@ctzhian/tiptap 1.12.4 → 1.12.5

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.
@@ -8,7 +8,7 @@ import React from 'react';
8
8
  import "../index.css";
9
9
  var Reader = function Reader() {
10
10
  var _useTiptap = useTiptap({
11
- editable: false,
11
+ editable: true,
12
12
  exclude: ['invisibleCharacters'],
13
13
  onError: function onError(error) {
14
14
  alert(error.message);
package/dist/index.css CHANGED
@@ -67,7 +67,7 @@
67
67
  /* blockquote */
68
68
  .tiptap.ProseMirror blockquote {
69
69
  position: relative;
70
- padding-left: 12px;
70
+ padding: 8px 16px 8px 24px;
71
71
  margin: 8px 0;
72
72
  line-height: var(--common-row-line-height);
73
73
  color: var(--mui-palette-text-tertiary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",