chore: move from @_bdbch to @_ueberdosis scope
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
tableEditing,
|
||||
toggleHeader,
|
||||
toggleHeaderCell,
|
||||
} from '@_bdbch/prosemirror-tables'
|
||||
} from '@_ueberdosis/prosemirror-tables'
|
||||
import {
|
||||
callOrReturn,
|
||||
getExtensionField,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CellSelection } from '@_bdbch/prosemirror-tables'
|
||||
import { CellSelection } from '@_ueberdosis/prosemirror-tables'
|
||||
|
||||
export function isCellSelection(value: unknown): value is CellSelection {
|
||||
return value instanceof CellSelection
|
||||
|
||||
Reference in New Issue
Block a user