@ylzcc/editor 0.10.0 → 0.10.1
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/editor.es.js +2 -2
- package/dist/editor.umd.js +2 -2
- package/package.json +1 -1
package/dist/editor.es.js
CHANGED
|
@@ -28653,7 +28653,7 @@ const Heading = Node$1.create({
|
|
|
28653
28653
|
marks: "",
|
|
28654
28654
|
parseHTML() {
|
|
28655
28655
|
return [{
|
|
28656
|
-
tag: "div"
|
|
28656
|
+
tag: "div.tiptap-title"
|
|
28657
28657
|
}];
|
|
28658
28658
|
},
|
|
28659
28659
|
renderHTML({ HTMLAttributes: Ff }) {
|
|
@@ -41300,7 +41300,7 @@ const LinkComponent = (Ff) => {
|
|
|
41300
41300
|
parseHTML() {
|
|
41301
41301
|
return [
|
|
41302
41302
|
{
|
|
41303
|
-
tag: "div"
|
|
41303
|
+
tag: "div.pdfShow"
|
|
41304
41304
|
}
|
|
41305
41305
|
];
|
|
41306
41306
|
},
|