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