Dont change note selection on search
This commit is contained in:
@@ -581,9 +581,6 @@ class NotesCtrl extends PureCtrl {
|
|||||||
this.searchSubmitted = false;
|
this.searchSubmitted = false;
|
||||||
}
|
}
|
||||||
await this.reloadNotes();
|
await this.reloadNotes();
|
||||||
if (!this.state.notes.includes(this.state.selectedNote)) {
|
|
||||||
this.selectFirstNote();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onFilterEnter() {
|
onFilterEnter() {
|
||||||
|
|||||||
4
dist/javascripts/app.js
vendored
4
dist/javascripts/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/javascripts/app.js.map
vendored
2
dist/javascripts/app.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user