@mhamz.01/easyflow-texteditor 0.1.96 → 0.1.98
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/index.css +24 -24
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1273,7 +1273,6 @@ function EditorLayout({ children, onChange, initialTabs, onTabsChange }) {
|
|
|
1273
1273
|
import { useEffect as useEffect24, useRef as useRef7, useState as useState33 } from "react";
|
|
1274
1274
|
import { EditorContent, EditorContext, useEditor } from "@tiptap/react";
|
|
1275
1275
|
import { StarterKit } from "@tiptap/starter-kit";
|
|
1276
|
-
import ImageResize from "tiptap-extension-resize-image";
|
|
1277
1276
|
import Image from "@tiptap/extension-image";
|
|
1278
1277
|
import { ListItem, TaskItem, TaskList } from "@tiptap/extension-list";
|
|
1279
1278
|
import { TextAlign } from "@tiptap/extension-text-align";
|
|
@@ -8122,7 +8121,7 @@ function SimpleEditor() {
|
|
|
8122
8121
|
class: "list-item-node"
|
|
8123
8122
|
}
|
|
8124
8123
|
}),
|
|
8125
|
-
|
|
8124
|
+
Image,
|
|
8126
8125
|
index_default2,
|
|
8127
8126
|
index_default5,
|
|
8128
8127
|
Gapcursor,
|