move isCellSelection to table extension
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { CellSelection } from 'prosemirror-tables'
|
||||
|
||||
export function isCellSelection(value: unknown): value is CellSelection {
|
||||
return value instanceof CellSelection
|
||||
}
|
||||
Reference in New Issue
Block a user