mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -52,7 +52,6 @@ export default class BasicPropertiesWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.overflowing();
|
||||
|
||||
this.$widget.find(".note-type-container").append(this.noteTypeWidget.render());
|
||||
this.$widget.find(".protected-note-switch-container").append(this.protectedNoteSwitchWidget.render());
|
||||
|
||||
Reference in New Issue
Block a user