add clearNodes command

This commit is contained in:
Philipp Kühn
2020-11-02 12:45:19 +01:00
parent 3dc25640c9
commit 85c1a8ace9
3 changed files with 45 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
export { Blur } from './blur'
export { ClearContent } from './clearContent'
export { ClearNodes } from './clearNodes'
export { DeleteSelection } from './deleteSelection'
export { Focus } from './focus'
export { InsertHTML } from './insertHTML'