diff --git a/app/components/SimpleEditor/notesEditor/NotesEditor.js b/app/components/SimpleEditor/notesEditor/NotesEditor.js
index 304c73f076de4985f1b0c17ecae588a3236f0f16..bc979a326f59f5a18c7bc873994ba75ec467f293 100644
--- a/app/components/SimpleEditor/notesEditor/NotesEditor.js
+++ b/app/components/SimpleEditor/notesEditor/NotesEditor.js
@@ -118,6 +118,7 @@ class NotesEditor extends ProseEditor {
       let blockNode = tx.create(nodeData)
       tx.update(path, { type: 'insert', pos: findIndex, value: blockNode.id })
     })
+    this.scrollTo(note.id)
   }
 
   removeNote (noteId) {