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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "6.0.82",
3
+ "version": "6.0.83",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -6642,7 +6642,7 @@ const rerenderMenuSection = (container, html) => {
6642
6642
  */
6643
6643
 
6644
6644
  if (targetFrame) {
6645
- writeFrameInjectDescriptors(targetFrame, targetInjectDescriptors)
6645
+ writeFrameInjectDescriptors(targetFrame, targetInjectDescriptors)
6646
6646
  publishBrowserviewInjectTargets([], { sync: true })
6647
6647
  targetFrame.classList.remove("hidden")
6648
6648
  let mode = target.getAttribute("data-mode")