add deleteSelection command

This commit is contained in:
Philipp Kühn
2020-04-22 14:59:34 +02:00
parent 4cfadf7d7f
commit 8aca2852ba
3 changed files with 20 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
Clear the whole document.
## .deleteSelection()
Delete the selection, if there is one.
## .focus()
Focus the editor at the given position.