vdc-editor 0.1.122 → 0.1.123

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.
@@ -16667,7 +16667,7 @@ const rz = { class: "flex gap-2 items-center overflow-x-auto overflow-y-hidden"
16667
16667
  }
16668
16668
  if (n.mode !== ot.EDITOR)
16669
16669
  return d.filter((p) => p.id && r.includes(p.id));
16670
- if (!o.value) {
16670
+ if (d = d.filter((p) => p.id !== "superText"), !o.value) {
16671
16671
  d = d.map((h) => (h.button.componentProps.disabled = !0, h));
16672
16672
  const p = d.find((h) => h.id === "spellchecker");
16673
16673
  p && (p.button.componentProps.disabled = !1);