Remove trailing spaces

This commit is contained in:
Baptiste Grob
2020-02-13 17:06:17 +01:00
parent b61a31309a
commit 1c81f4f10d
2 changed files with 52 additions and 52 deletions

View File

@@ -221,9 +221,9 @@ class NotesCtrl extends PureCtrl {
}
}
/**
/**
* @template
* @internal
* @internal
*/
async selectNote(note) {
this.appState.setSelectedNote(note);
@@ -563,7 +563,7 @@ class NotesCtrl extends PureCtrl {
}
isFiltering() {
return this.state.noteFilter.text &&
return this.state.noteFilter.text &&
this.state.noteFilter.text.length > 0;
}