mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
tabs wip
This commit is contained in:
@@ -76,7 +76,7 @@ async function executeCurrentNote() {
|
||||
}
|
||||
|
||||
// make sure note is saved so we load latest changes
|
||||
await noteDetailService.saveNoteIfChanged();
|
||||
await noteDetailService.saveNotesIfChanged();
|
||||
|
||||
const activeNote = noteDetailService.getActiveNote();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user