@byteluck-fe/runtime-desktop-controls 7.0.0-beta.88 → 7.0.0-beta.89

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.
@@ -74154,11 +74154,8 @@ const cN = /* @__PURE__ */ Ve(kNe, [["render", ANe], ["__scopeId", "data-v-30db9
74154
74154
  height: g.value ? "30px" : `${c.value}px`
74155
74155
  }));
74156
74156
  function v() {
74157
- s(i) !== null && (window.tinyMCE.execCommand(
74158
- "mceRemoveEditor",
74159
- !0,
74160
- s(i)?.id
74161
- ), i.value = null);
74157
+ const S = s(i);
74158
+ S && (S.dispatch("DismissPopups", { relatedTarget: S }), S.remove(), i.value = null);
74162
74159
  }
74163
74160
  const b = () => {
74164
74161
  const S = va(t.rowIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-desktop-controls",
3
- "version": "7.0.0-beta.88",
3
+ "version": "7.0.0-beta.89",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-desktop-controls.js",