feat: multiple selected notes panel

This commit is contained in:
Baptiste Grob
2021-04-08 11:30:56 +02:00
parent 0f53361689
commit abfc588368
36 changed files with 542 additions and 128 deletions

View File

@@ -297,7 +297,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
}
selectNote(note: SNNote): Promise<void> {
return this.appState.notes.selectNote(note);
return this.appState.notes.selectNote(note.uuid);
}
async createNewNote() {