Actually, don't clear the filter text when creating a new note
This commit is contained in:
@@ -537,7 +537,6 @@ class NotesCtrl extends PureCtrl {
|
|||||||
if (this.isFiltering()) {
|
if (this.isFiltering()) {
|
||||||
title = this.state.noteFilter.text;
|
title = this.state.noteFilter.text;
|
||||||
isDummyNote = false;
|
isDummyNote = false;
|
||||||
this.clearFilterText();
|
|
||||||
} else if (this.state.selectedNote && this.state.selectedNote.dummy) {
|
} else if (this.state.selectedNote && this.state.selectedNote.dummy) {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user