@ctzhian/tiptap 1.6.25 → 1.6.26
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/demo.js +1 -1
- package/dist/index.css +2 -5
- package/package.json +1 -1
package/dist/Editor/demo.js
CHANGED
|
@@ -102,7 +102,7 @@ var Reader = function Reader() {
|
|
|
102
102
|
}
|
|
103
103
|
return onUpload;
|
|
104
104
|
}(),
|
|
105
|
-
content: "<blockquote><p></p></blockquote><p></p>"
|
|
105
|
+
content: "<p></p><blockquote><p></p></blockquote><p></p>"
|
|
106
106
|
}),
|
|
107
107
|
editor = _useTiptap.editor;
|
|
108
108
|
return /*#__PURE__*/React.createElement(EditorThemeProvider, {
|
package/dist/index.css
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
background-color: var(--mui-palette-background-paper3);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.tiptap.ProseMirror blockquote::
|
|
78
|
+
.tiptap.ProseMirror blockquote::after {
|
|
79
79
|
content: '';
|
|
80
80
|
position: absolute;
|
|
81
81
|
top: 0;
|
|
@@ -530,10 +530,7 @@
|
|
|
530
530
|
|
|
531
531
|
/* placeholder */
|
|
532
532
|
.tiptap.ProseMirror .cq-details[data-placeholder]::before,
|
|
533
|
-
.tiptap.ProseMirror .table-row[data-placeholder]::before
|
|
534
|
-
display: none;
|
|
535
|
-
}
|
|
536
|
-
|
|
533
|
+
.tiptap.ProseMirror .table-row[data-placeholder]::before,
|
|
537
534
|
.tiptap.ProseMirror li p[data-placeholder]::before {
|
|
538
535
|
display: none;
|
|
539
536
|
}
|