fix: note flickering and multiple selection staying enabled after browser shortcut
This commit is contained in:
@@ -278,7 +278,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
|
||||
const discarded = activeNote.deleted || activeNote.trashed;
|
||||
if (discarded && !this.appState?.selectedTag?.isTrashTag) {
|
||||
this.selectNextOrCreateNew();
|
||||
} else {
|
||||
} else if (!this.state.selectedNotes[activeNote.uuid]) {
|
||||
this.selectNote(activeNote);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user