mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fix for icon change when creating note / changing type/mime
This commit is contained in:
@@ -119,7 +119,8 @@ async function createNewNote(parentNoteId, noteOpts, dataKey, sourceId) {
|
||||
|
||||
return {
|
||||
noteId,
|
||||
noteTreeId
|
||||
noteTreeId,
|
||||
note
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user