fix: scroll notes list when navigating with arrow keys

This commit is contained in:
Antonella Sgarlatta
2021-06-16 14:13:03 -03:00
parent 91fc475aac
commit 2473a780d1
2 changed files with 10 additions and 5 deletions

View File

@@ -285,9 +285,6 @@ class EditorViewCtrl extends PureViewCtrl<unknown, EditorState> {
if (note.dirty) {
this.showSavingStatus();
}
if (note.safeText().length === 0 && !showProtectedWarning) {
this.focusTitle();
}
}
async dismissProtectedWarning() {