x-block-lib 0.6.12 → 0.6.13
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12076,13 +12076,13 @@ const hg = { class: "position-relative w-100 h-100" }, fg = /* @__PURE__ */ ft({
|
|
|
12076
12076
|
console.assert(!1);
|
|
12077
12077
|
return;
|
|
12078
12078
|
}
|
|
12079
|
-
await ra(e.locale), l = ug(a.value, e.type, e.version, e.dark), l.addChangeListener(w.disableOrphans), l.addChangeListener(G);
|
|
12079
|
+
await ra(e.locale), l = ug(a.value, e.type, e.version, e.dark), l.addChangeListener(w.disableOrphans), l.addChangeListener(G), await ts();
|
|
12080
12080
|
const k = document.querySelector("#blocklyEditor .blocklyFlyout");
|
|
12081
12081
|
new MutationObserver((ne) => {
|
|
12082
12082
|
ne.forEach((ie) => {
|
|
12083
12083
|
ie.type === "attributes" && ie.attributeName === "style" && (v.value = l.getFlyout().isVisible());
|
|
12084
12084
|
});
|
|
12085
|
-
}).observe(k, { attributes: !0 }), v.value = l.getFlyout().isVisible(), _e(), q(),
|
|
12085
|
+
}).observe(k, { attributes: !0 }), v.value = l.getFlyout().isVisible(), _e(), q(), s("ready");
|
|
12086
12086
|
}), Zi(() => {
|
|
12087
12087
|
v.value = !1;
|
|
12088
12088
|
}), _c(a, () => {
|