@ctzhian/tiptap 1.6.4 → 1.6.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.
@@ -287,21 +287,6 @@ var EditorInsert = function EditorInsert(_ref) {
287
287
  });
288
288
  }
289
289
  }]
290
- }, {
291
- label: 'Iframe 链接',
292
- key: 'iframe',
293
- icon: /*#__PURE__*/React.createElement(WindowFillIcon, {
294
- sx: {
295
- fontSize: '1rem'
296
- }
297
- }),
298
- onClick: function onClick() {
299
- return editor.commands.setIframe({
300
- src: '',
301
- width: 760,
302
- height: 400
303
- });
304
- }
305
290
  }, {
306
291
  customLabel: /*#__PURE__*/React.createElement(Typography, {
307
292
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",