mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -50,7 +50,6 @@ export default class NotePathsWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.overflowing();
|
||||
|
||||
this.$notePathList = this.$widget.find(".note-path-list");
|
||||
this.$widget.on('show.bs.dropdown', () => this.renderDropdown());
|
||||
|
||||
Reference in New Issue
Block a user