瀏覽代碼

formatted code

Gildas 6 年之前
父節點
當前提交
93a77ae2a1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/ui/content/content-ui-editor-web.js

+ 1 - 1
extension/ui/content/content-ui-editor-web.js

@@ -199,7 +199,7 @@
 	}
 
 	function attachNoteListeners(containerElement, editable = false) {
-		const SELECT_PX_THRESHOLD = 4;		
+		const SELECT_PX_THRESHOLD = 4;
 		const NOTE_MOVING_CLASS = "note-moving";
 		const NOTE_MASK_MOVING_CLASS = "note-mask-moving";
 		const PAGE_MASK_ACTIVE_CLASS = "page-mask-active";