Преглед изворни кода

reset selected elements before printing the page

Gildas пре 5 година
родитељ
комит
424f4317c0
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
 	}