mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
closing of attr detail
This commit is contained in:
@@ -234,12 +234,6 @@ export default class NoteAttributesWidget extends TabAwareWidget {
|
||||
this.attributeDetailWidget.hide();
|
||||
});
|
||||
|
||||
this.$editor.on('blur', () => {
|
||||
this.save();
|
||||
|
||||
this.attributeDetailWidget.hide();
|
||||
});
|
||||
|
||||
this.$widget.append(this.attributeDetailWidget.render());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user