pinokiod 6.0.82 → 6.0.83
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/views/app.ejs +1 -1
package/package.json
CHANGED
package/server/views/app.ejs
CHANGED
|
@@ -6642,7 +6642,7 @@ const rerenderMenuSection = (container, html) => {
|
|
|
6642
6642
|
*/
|
|
6643
6643
|
|
|
6644
6644
|
if (targetFrame) {
|
|
6645
|
-
|
|
6645
|
+
writeFrameInjectDescriptors(targetFrame, targetInjectDescriptors)
|
|
6646
6646
|
publishBrowserviewInjectTargets([], { sync: true })
|
|
6647
6647
|
targetFrame.classList.remove("hidden")
|
|
6648
6648
|
let mode = target.getAttribute("data-mode")
|