mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
escape will close the attribute dialog and cancel changes
This commit is contained in:
@@ -230,6 +230,10 @@ export default class AttributeListWidget extends TabAwareWidget {
|
||||
await this.attributeEditorWidget.save();
|
||||
}
|
||||
|
||||
async reloadAttributesCommand() {
|
||||
await this.attributeEditorWidget.refresh();
|
||||
}
|
||||
|
||||
updateAttributeListCommand({attributes}) {
|
||||
this.attributeEditorWidget.updateAttributeList(attributes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user