diff --git a/public/javascripts/note_editor.js b/public/javascripts/note_editor.js index 354b5943c..1f9d14cef 100644 --- a/public/javascripts/note_editor.js +++ b/public/javascripts/note_editor.js @@ -128,6 +128,9 @@ const noteEditor = (function() { setNoteBackgroundIfProtected(currentNote); noteTree.setNoteTreeBackgroundBasedOnProtectedStatus(noteId); + // after loading new note make sure editor is scrolled to the top + noteDetailWrapperEl.scrollTop(0); + showAppIfHidden(); }