mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -44,7 +44,6 @@ export default class NoteTitleWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
this.$noteTitle = this.$widget.find(".note-title");
|
||||
|
||||
this.$noteTitle.on('input', () => this.spacedUpdate.scheduleUpdate());
|
||||
|
||||
Reference in New Issue
Block a user