mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
don't use for attributes since it (duh) prevents line breaking in case of inherited attributes
This commit is contained in:
@@ -467,7 +467,7 @@ export default class AttributeEditorWidget extends TabAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
this.textEditor.setData($attributesContainer.html());
|
||||
this.textEditor.setData($attributesContainer.html() + " ");
|
||||
|
||||
if (saved) {
|
||||
this.lastSavedContent = this.textEditor.getData();
|
||||
|
||||
Reference in New Issue
Block a user