mhz-ui 1.1.59 → 1.1.60

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.
@@ -15546,7 +15546,7 @@ const fg = ["onClick"], hg = /* @__PURE__ */ an({
15546
15546
  return Dc(
15547
15547
  () => t.modelValue,
15548
15548
  (l) => {
15549
- s.value?.getHTML() !== l && s.value?.commands.setContent(l || "", !1);
15549
+ s.value?.getHTML() !== l && s.value?.commands.setContent(l || "");
15550
15550
  }
15551
15551
  ), $i(() => {
15552
15552
  s.value?.destroy();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "Mhz ui kit",
4
- "version": "1.1.59",
4
+ "version": "1.1.60",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",