Actually, don't clear the filter text when creating a new note

This commit is contained in:
Baptiste Grob
2020-02-13 17:10:41 +01:00
parent 1c81f4f10d
commit 212726d74f

View File

@@ -537,7 +537,6 @@ class NotesCtrl extends PureCtrl {
if (this.isFiltering()) {
title = this.state.noteFilter.text;
isDummyNote = false;
this.clearFilterText();
} else if (this.state.selectedNote && this.state.selectedNote.dummy) {
return;
} else {