Minor bug fixes
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user