fix(maintainment): fix cjs issues with prosemirror-tables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CellSelection } from 'prosemirror-tables-contently'
|
||||
import { CellSelection } from '@_bdbch/prosemirror-tables'
|
||||
|
||||
export function isCellSelection(value: unknown): value is CellSelection {
|
||||
return value instanceof CellSelection
|
||||
|
||||
Reference in New Issue
Block a user