Minor bug fixes

This commit is contained in:
Max G
2020-03-13 23:51:45 +00:00
parent 2a379f8a4e
commit 1600bd132c
3 changed files with 8 additions and 7 deletions

View File

@@ -455,9 +455,10 @@
if(!this.$store.getters.getIsUserOnMobile){
// this.editor.focus()
if(this.noteTitle && this.noteTitle.length == 0){
if(this.noteTitle.length == 0){
this.$refs.titleTextarea.focus()
} else {
this.editor.focus()
this.editor.moveCursorToEnd()
}