diff --git a/client/src/components/NoteInputPanel.vue b/client/src/components/NoteInputPanel.vue index cc32e46..32079f5 100644 --- a/client/src/components/NoteInputPanel.vue +++ b/client/src/components/NoteInputPanel.vue @@ -45,7 +45,7 @@ ref="titleTextarea" v-on:keyup="titleResize" v-on:keydown="titleResize" - @keydown.enter.exact.prevent="editor.focus()" + @keydown.enter.exact.prevent="editor.focus(); editor.moveCursorToEnd()" rows="1" :style="{ 'background-color':styleObject['noteBackground'], 'color':styleObject['noteText']}" v-on:blur="save" type="text" v-model="noteTitle" placeholder="Title" class="stealth-input">