pinokiod 3.202.0 → 3.203.0
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.
- package/package.json +1 -1
- package/server/public/nav.js +1 -1
package/package.json
CHANGED
package/server/public/nav.js
CHANGED
|
@@ -484,7 +484,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
|
484
484
|
|
|
485
485
|
try {
|
|
486
486
|
const frameElement = window.frameElement || null;
|
|
487
|
-
window.
|
|
487
|
+
window.top?.postMessage({
|
|
488
488
|
e: 'pinokio-start-inspector',
|
|
489
489
|
frameUrl: window.location.href,
|
|
490
490
|
frameName: window.name || null,
|