mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
switching notes and tabs now work for most widgets
This commit is contained in:
@@ -38,7 +38,7 @@ class CalendarWidget extends StandardWidget {
|
||||
this.$body.html(TPL);
|
||||
}
|
||||
|
||||
async activeTabChanged() {
|
||||
async refresh() {
|
||||
this.init(this.$body, await this.tabContext.note.getLabelValue("dateNote"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user