Browse Source

reset selected elements before printing the page

Gildas 5 năm trước cách đây
mục cha
commit
424f4317c0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 	}