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
- }, 500); // Add 500ms delay to ensure that the print-ready attribute is set after the last print-ready indicator is popped
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');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "27.3.2-alpha.0",
3
+ "version": "27.3.2-alpha.1",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [