Explorar o código

reset selected elements before printing the page

Gildas %!s(int64=5) %!d(string=hai) anos
pai
achega
424f4317c0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 	}