vdc-editor 0.1.83 → 0.1.84
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/lib/vdc-editor.mjs
CHANGED
|
@@ -42096,6 +42096,7 @@ const ov = "paragraph", co = "page", jS = "Extend", uu = "Node", NQ = uu + jS, R
|
|
|
42096
42096
|
content: r.modelValue,
|
|
42097
42097
|
extensions: s.concat(l.value),
|
|
42098
42098
|
editable: !r.isReadOnly,
|
|
42099
|
+
autofocus: !0,
|
|
42099
42100
|
onUpdate: ({ editor: m }) => {
|
|
42100
42101
|
o("update:modelValue", m.getHTML());
|
|
42101
42102
|
}
|