asab_webui_shell 27.3.2-alpha.0 → 27.3.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -500,7 +500,7 @@ class Application extends _react.Component {
|
|
|
500
500
|
this._printReadyTimeout = null;
|
|
501
501
|
console.log('print-ready', document.body.getAttribute('print-ready'), 'set true');
|
|
502
502
|
}
|
|
503
|
-
},
|
|
503
|
+
}, 1500); // Add 1500ms delay to ensure that the print-ready attribute is set after the last print-ready indicator is popped
|
|
504
504
|
} else {
|
|
505
505
|
this._clearPrintReadyTimeout();
|
|
506
506
|
document.body.setAttribute('print-ready', 'false');
|