appscms-tools-theme 3.2.1 → 3.2.2

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.
@@ -524,7 +524,7 @@
524
524
  })(worker, $winId$, win);
525
525
  doc.dispatchEvent(new CustomEvent("pt0"));
526
526
  {
527
- const winType = win === win.top ? "top" : "iframe";
527
+ const winType = win === win.top ? "top" : "input";
528
528
  logMain(
529
529
  `Executed ${winType} window ${normalizedWinId(
530
530
  $winId$
@@ -623,7 +623,7 @@
623
623
  };
624
624
  winCtxs[$winId$].$startTime$ = performance.now();
625
625
  {
626
- const winType = $winId$ === $parentWinId$ ? "top" : "iframe";
626
+ const winType = $winId$ === $parentWinId$ ? "top" : "input";
627
627
  logMain(`Registered ${winType} window ${normalizedWinId($winId$)}`);
628
628
  }
629
629
  "complete" === doc.readyState