We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62be3e2 commit fda7be0Copy full SHA for fda7be0
packages/core/src/editor/BlockNoteExtensions.ts
@@ -3,7 +3,7 @@ import { Gapcursor } from "@tiptap/extension-gapcursor";
3
import { History } from "@tiptap/extension-history";
4
import { Link } from "@tiptap/extension-link";
5
import { Text } from "@tiptap/extension-text";
6
-import { Plugin, PluginKey } from "prosemirror-state";
+import { Plugin } from "prosemirror-state";
7
import * as Y from "yjs";
8
9
import { createDropFileExtension } from "../api/clipboard/fromClipboard/fileDropExtension.js";
0 commit comments