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 431ea40 commit 1eeb0c0Copy full SHA for 1eeb0c0
src/extensions/markdown/Deflist/commands.ts
@@ -1,5 +1,6 @@
1
import type {Command} from 'prosemirror-state';
2
-import {findParentNode, isNodeSelection, replaceParentNodeOfType} from 'prosemirror-utils';
+import {findParentNode, replaceParentNodeOfType} from 'prosemirror-utils';
3
+import {isNodeSelection} from '../../../utils/selection';
4
import {descType, listType, termType} from './utils';
5
6
export const wrapToDeflist: Command = (state, dispatch) => {
0 commit comments