@das-fed/mframe 0.0.14 → 0.0.15
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/es5.js +2 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/es5.js
CHANGED
package/index.js
CHANGED
|
@@ -4835,7 +4835,7 @@ const _f = { style: { flex: "1", display: "flex", "min-height": "0" } }, bf = {
|
|
|
4835
4835
|
const { x: ve, y: J, width: ie, height: ye } = (se == null ? void 0 : se.getBoundingClientRect()) || {};
|
|
4836
4836
|
s.data.set({ [`${N}Rect`]: { x: ve, y: J, width: ie, height: ye } });
|
|
4837
4837
|
};
|
|
4838
|
-
ge(), new MutationObserver(ge).observe(se, { childList: !0, subtree: !0 });
|
|
4838
|
+
ge(), new MutationObserver(ge).observe(se, { childList: !0, subtree: !0, attributes: !0 });
|
|
4839
4839
|
};
|
|
4840
4840
|
await Promise.all([
|
|
4841
4841
|
...Object.keys(h).map(async (N) => {
|