mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
adding a button to the detail to explicitly save changes.
This commit is contained in:
@@ -184,6 +184,10 @@ export default class AttributeListWidget extends TabAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
async saveAttributesCommand() {
|
||||
await this.attributeEditorWidget.save();
|
||||
}
|
||||
|
||||
updateAttributeListCommand({attributes}) {
|
||||
this.attributeEditorWidget.updateAttributeList(attributes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user