beca-ui 0.0.4 → 0.0.5
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.
|
@@ -85184,13 +85184,7 @@ const Rat = (e, t) => {
|
|
|
85184
85184
|
}, []), I = RQe({
|
|
85185
85185
|
extensions: P,
|
|
85186
85186
|
editable: r && !o,
|
|
85187
|
-
content: "<p
|
|
85188
|
-
// ? value.toString() !== "<p></p>"
|
|
85189
|
-
// ? value.toString()
|
|
85190
|
-
// : undefined
|
|
85191
|
-
// : defaultValue
|
|
85192
|
-
// ? defaultValue.toString()
|
|
85193
|
-
// : undefined,
|
|
85187
|
+
content: a ? a.toString() !== "<p></p>" ? a.toString() : void 0 : i ? i.toString() : void 0,
|
|
85194
85188
|
onUpdate({ editor: K }) {
|
|
85195
85189
|
n && n(K.getHTML());
|
|
85196
85190
|
}
|