@fileverse-dev/ddoc 3.1.1 → 3.1.2
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/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -168110,7 +168110,8 @@ const FLe = 200, wLe = new At("emoji"), DLe = St.create({
|
|
|
168110
168110
|
},
|
|
168111
168111
|
addProseMirrorPlugins() {
|
|
168112
168112
|
var r;
|
|
168113
|
-
const e = ((r = this.parent) == null ? void 0 : r.call(this)) ?? [], t = this.options
|
|
168113
|
+
const e = ((r = this.parent) == null ? void 0 : r.call(this)) ?? [], t = this.options;
|
|
168114
|
+
return [new Dt({
|
|
168114
168115
|
key: new At("foreignHeadingLinkDetector"),
|
|
168115
168116
|
props: {
|
|
168116
168117
|
handlePaste: (o, i) => {
|
|
@@ -168124,8 +168125,7 @@ const FLe = 200, wLe = new At("emoji"), DLe = St.create({
|
|
|
168124
168125
|
)), !1;
|
|
168125
168126
|
}
|
|
168126
168127
|
}
|
|
168127
|
-
});
|
|
168128
|
-
return [...e, n];
|
|
168128
|
+
}), ...e];
|
|
168129
168129
|
}
|
|
168130
168130
|
}), ELe = tq.extend({
|
|
168131
168131
|
addAttributes() {
|