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'

View File

@@ -1,7 +1,6 @@
import { ParseRule } from 'prosemirror-model'
import { ExtensionAttribute } from '../types'
import { fromString } from '../utilities/fromString'
import { isObject } from '../utilities/isObject'
/**
* This function merges extension attributes into parserule attributes (`attrs` or `getAttrs`).