fix: prevent exception when inserting note
This commit is contained in:
@@ -56,7 +56,8 @@ export class Editor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async insertTemplatedNote() {
|
insertTemplatedNote() {
|
||||||
|
this.isTemplateNote = false;
|
||||||
return this.application.insertItem(this.note);
|
return this.application.insertItem(this.note);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user