Przeglądaj źródła

reset selected elements before printing the page

Gildas 5 lat temu
rodzic
commit
424f4317c0
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      extension/ui/content/content-ui-editor-web.js

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

@@ -1327,6 +1327,7 @@ table {
 
 	function printPage() {
 		unhighlightCutElement();
+		resetSelectedElements();
 		window.print();
 	}