closing of attr detail

This commit is contained in:
zadam
2020-07-03 22:27:45 +02:00
parent 5b862c3d29
commit bfa69a3dc3
36 changed files with 95 additions and 153 deletions

View File

@@ -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());
}