mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
cssClass is correctly filled for new note
This commit is contained in:
@@ -81,6 +81,8 @@ async function createNewNote(parentNoteId, noteData) {
|
||||
position: attr.position,
|
||||
isInheritable: attr.isInheritable
|
||||
}).save();
|
||||
|
||||
note.invalidateAttributeCache();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user