fix lint errors

This commit is contained in:
Philipp Kühn
2021-05-28 15:16:33 +02:00
parent 3606eb9d02
commit 7b74d5849f
4 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { canSplit } from 'prosemirror-transform'
import { ContentMatch, Fragment } from 'prosemirror-model'
import { ContentMatch } from 'prosemirror-model'
import { EditorState, NodeSelection, TextSelection } from 'prosemirror-state'
import { Command, RawCommands } from '../types'
import getSplittedAttributes from '../helpers/getSplittedAttributes'