@blocknote/core 0.8.4 → 0.8.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.
package/dist/blocknote.js
CHANGED
|
@@ -2654,12 +2654,12 @@ class Wo {
|
|
|
2654
2654
|
]
|
|
2655
2655
|
});
|
|
2656
2656
|
o.push(r), this.schema = t.blockSchema;
|
|
2657
|
-
const i = t.initialContent || e.collaboration ? void 0 : [
|
|
2657
|
+
const i = t.initialContent || (e.collaboration ? void 0 : [
|
|
2658
2658
|
{
|
|
2659
2659
|
type: "paragraph",
|
|
2660
2660
|
id: U.options.generateID()
|
|
2661
2661
|
}
|
|
2662
|
-
], s = {
|
|
2662
|
+
]), s = {
|
|
2663
2663
|
...mo,
|
|
2664
2664
|
...t._tiptapOptions,
|
|
2665
2665
|
onCreate: () => {
|