refactoring of component event system + little docs

This commit is contained in:
zadam
2020-02-29 19:43:19 +01:00
parent 95d1952896
commit 49398f5374
4 changed files with 47 additions and 41 deletions

View File

@@ -38,7 +38,7 @@ const TPL = `
export default class NoteInfoWidget extends CollapsibleWidget {
getWidgetTitle() { return "Note info"; }
doRenderBody() {
async doRenderBody() {
this.$body.html(TPL);
this.$noteId = this.$body.find(".note-info-note-id");