We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0bd76 commit 0a2860eCopy full SHA for 0a2860e
packages/super-editor/src/extensions/block-node/block-node.js
@@ -3,6 +3,7 @@ import { helpers } from '@core/index.js';
3
import { Plugin, PluginKey } from 'prosemirror-state';
4
import { ReplaceStep } from 'prosemirror-transform';
5
import { v4 as uuidv4 } from 'uuid';
6
+import { Transaction } from 'prosemirror-state';
7
8
const { findChildren } = helpers;
9
const SD_BLOCK_ID_ATTRIBUTE_NAME = 'sdBlockId';
0 commit comments