Răsfoiți Sursa

formatted code

Former-commit-id: f2c516366afb20f6280727c21b6b055d5c789fd2
Gildas 6 ani în urmă
părinte
comite
a7e45e8caa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      extension/ui/content/content-ui-editor-web.js

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

@@ -128,7 +128,7 @@
 				const noteElement = templateElement.querySelector("." + NOTE_CLASS);
 				if (noteElement) {
 					noteElement.classList.remove(NOTE_HIDDEN_CLASS);
-					const mainElement = noteElement.querySelector("main");;
+					const mainElement = noteElement.querySelector("main");
 					if (mainElement) {
 						delete mainElement.contentEditable;
 					}