This commit is contained in:
Philipp Kühn
2022-01-27 21:37:29 +01:00
parent 9ef798d537
commit d899141a1a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Selection, TextSelection } from 'prosemirror-state'
import { TextSelection } from 'prosemirror-state'
import { minMax } from '../utilities/minMax'
import { RawCommands, Range } from '../types'