mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
components now track their parent
This commit is contained in:
@@ -25,8 +25,8 @@ const TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class NoteTitleWidget extends TabAwareWidget {
|
||||
constructor(appContext) {
|
||||
super(appContext);
|
||||
constructor(appContext, parent) {
|
||||
super(appContext, parent);
|
||||
|
||||
this.spacedUpdate = new SpacedUpdate(async () => {
|
||||
const title = this.$noteTitle.val();
|
||||
|
||||
Reference in New Issue
Block a user