mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
refactoring of component event system + little docs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user