@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.
@@ -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::before {
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.6.25",
3
+ "version": "1.6.26",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",