fix for icon change when creating note / changing type/mime

This commit is contained in:
azivner
2018-01-28 10:37:43 -05:00
parent 7ca0445bae
commit e8f8341ef9
6 changed files with 29 additions and 18 deletions

View File

@@ -119,7 +119,8 @@ async function createNewNote(parentNoteId, noteOpts, dataKey, sourceId) {
return {
noteId,
noteTreeId
noteTreeId,
note
};
}