add support for prosemirror commands

This commit is contained in:
Philipp Kühn
2020-09-21 18:40:32 +02:00
parent 432b30f1a6
commit c1a941a042
4 changed files with 52 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
export { blur } from './blur'
export { clearContent } from './clearContent'
// export { default as deleteSelection } from './deleteSelection'
export { deleteSelection } from './deleteSelection'
export { focus } from './focus'
export { insertHTML } from './insertHTML'
export { insertText } from './insertText'