mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -70,7 +70,6 @@ export default class FilePropertiesWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
this.$fileNoteId = this.$widget.find(".file-note-id");
|
||||
this.$fileName = this.$widget.find(".file-filename");
|
||||
this.$fileType = this.$widget.find(".file-filetype");
|
||||
|
||||
Reference in New Issue
Block a user