mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
events for updating title (no saving yet)
This commit is contained in:
@@ -109,8 +109,6 @@ class TabContext extends Component {
|
||||
// otherwise we might overwrite another change (especially async code)
|
||||
this.isNoteChanged = false;
|
||||
|
||||
treeService.setNoteTitle(this.note.noteId, this.note.title);
|
||||
|
||||
const resp = await server.put('notes/' + this.note.noteId, this.note.dto);
|
||||
|
||||
this.note.dateModified = resp.dateModified;
|
||||
|
||||
Reference in New Issue
Block a user