add deleteTableWhenAllCellsSelected

This commit is contained in:
Philipp Kühn
2021-01-24 23:28:51 +01:00
parent a24409b05b
commit 2156891823
5 changed files with 83 additions and 1 deletions

View File

@@ -16,5 +16,9 @@ export { default as mergeAttributes } from './utilities/mergeAttributes'
export { default as isActive } from './helpers/isActive'
export { default as isMarkActive } from './helpers/isMarkActive'
export { default as isNodeActive } from './helpers/isNodeActive'
export { default as isNodeSelection } from './helpers/isNodeSelection'
export { default as isTextSelection } from './helpers/isTextSelection'
export { default as isCellSelection } from './helpers/isCellSelection'
export { default as findParentNodeClosestToPos } from './helpers/findParentNodeClosestToPos'
export interface AllExtensions {}