small fixes

This commit is contained in:
zadam
2020-02-17 22:14:39 +01:00
parent 9797942b8e
commit e7af24c139
7 changed files with 50 additions and 12 deletions

View File

@@ -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();