mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -237,7 +237,6 @@ export default class AttributeDetailWidget extends NoteContextAwareWidget {
|
||||
utils.bindElShortcut(this.$widget, 'ctrl+return', () => this.saveAndClose());
|
||||
utils.bindElShortcut(this.$widget, 'esc', () => this.cancelAndClose());
|
||||
|
||||
this.contentSized();
|
||||
|
||||
this.$title = this.$widget.find('.attr-detail-title');
|
||||
|
||||
|
||||
@@ -185,7 +185,6 @@ export default class AttributeEditorWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
this.$editor = this.$widget.find('.attribute-list-editor');
|
||||
|
||||
this.initialized = this.initEditor();
|
||||
|
||||
Reference in New Issue
Block a user