I'm using a plugin to print a particular page.
This is jQueryPrintElement.js . link
When I click the button to print, open the popup (from Chrome, for example) to click on print. As if it were CTRL + P.
But if I click cancel the printing, it returns to my screen, but it changes the style of some elements of the page! I see this through Inspect Element. I tested, opened the popup, clicked cancel and changed the page.
How does this happen?