@fileverse-dev/ddoc 1.7.4 → 1.7.6
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/index.es.js +3 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -59515,8 +59515,8 @@ const Lle = kt.create({
|
|
|
59515
59515
|
}
|
|
59516
59516
|
},
|
|
59517
59517
|
autofocus: "start",
|
|
59518
|
-
onTransaction: (D) => {
|
|
59519
|
-
|
|
59518
|
+
onTransaction: ({ editor: D, transaction: M }) => {
|
|
59519
|
+
D != null && D.isEmpty || M.docChanged && (o == null || o(D.getJSON()));
|
|
59520
59520
|
},
|
|
59521
59521
|
shouldRerenderOnTransaction: !0,
|
|
59522
59522
|
immediatelyRender: !1
|
|
@@ -59532,7 +59532,7 @@ const Lle = kt.create({
|
|
|
59532
59532
|
]
|
|
59533
59533
|
});
|
|
59534
59534
|
return p([
|
|
59535
|
-
...h,
|
|
59535
|
+
...h.filter((B) => B.name !== "history"),
|
|
59536
59536
|
Mq.configure({
|
|
59537
59537
|
document: d
|
|
59538
59538
|
}),
|