mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
synchronous events, updating title works fully
This commit is contained in:
@@ -170,6 +170,8 @@ async function changeTitle(req) {
|
||||
note.title = title;
|
||||
|
||||
await note.save();
|
||||
|
||||
return note;
|
||||
}
|
||||
|
||||
async function duplicateNote(req) {
|
||||
|
||||
Reference in New Issue
Block a user