@ctzhian/tiptap 1.11.3 → 1.11.4

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.
@@ -77,7 +77,7 @@ var EditorMarkdown = /*#__PURE__*/forwardRef(function (_ref, ref) {
77
77
  top: 0,
78
78
  left: 0,
79
79
  right: 0,
80
- zIndex: 1000
80
+ zIndex: 2000
81
81
  })
82
82
  }, /*#__PURE__*/React.createElement(Stack, {
83
83
  direction: "row",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",