add setSelection method

This commit is contained in:
Philipp Kühn
2019-08-13 15:07:36 +02:00
parent d5c08c8876
commit fabb6124cf
4 changed files with 43 additions and 18 deletions

View File

@@ -105,7 +105,6 @@ export default {
setLinkUrl(command, url) {
command({ href: url })
this.hideLinkMenu()
this.editor.focus()
},
},
}