asab_webui_shell 27.2.8 → 27.2.9
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.
|
@@ -497,7 +497,7 @@ class Application extends _react.Component {
|
|
|
497
497
|
document.body.setAttribute('print-ready', 'true');
|
|
498
498
|
this._printReadyTimeout = null;
|
|
499
499
|
}
|
|
500
|
-
},
|
|
500
|
+
}, 1500); // Add 1500ms delay to ensure that the print-ready attribute is set after the last print-ready indicator is popped
|
|
501
501
|
} else {
|
|
502
502
|
this._clearPrintReadyTimeout();
|
|
503
503
|
document.body.setAttribute('print-ready', 'false');
|