We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77135a2 + a967f31 commit 6b7e2cbCopy full SHA for 6b7e2cb
web/pdf_print_service.js
@@ -301,7 +301,7 @@ if (hasAttachEvent) {
301
302
if ('onbeforeprint' in window) {
303
// Do not propagate before/afterprint events when they are not triggered
304
- // from within this polyfill. (FF/IE).
+ // from within this polyfill. (FF /IE / Chrome 63+).
305
let stopPropagationIfNeeded = function(event) {
306
if (event.detail !== 'custom' && event.stopImmediatePropagation) {
307
event.stopImmediatePropagation();
0 commit comments