fix: pass note uuid
This commit is contained in:
@@ -357,7 +357,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async selectNote(note: SNNote): Promise<void> {
|
async selectNote(note: SNNote): Promise<void> {
|
||||||
await this.appState.notes.selectNote(note);
|
await this.appState.notes.selectNote(note.uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
async createNewNote() {
|
async createNewNote() {
|
||||||
|
|||||||
Reference in New Issue
Block a user