Explorar el Código

reset selected elements before printing the page

Gildas hace 5 años
padre
commit
424f4317c0
Se han modificado 1 ficheros con 1 adiciones y 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();
 	}