mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fixes, cleaned up noise in the developer console
This commit is contained in:
@@ -32,6 +32,18 @@ export default class CalendarWidget extends CollapsibleWidget {
|
||||
&& this.note.hasOwnedLabel("dateNote");
|
||||
}
|
||||
|
||||
setTabContextListener({tabContext}) {
|
||||
super.setTabContextListener({tabContext});
|
||||
|
||||
console.log("set tab context", tabContext.tabId, "to", this.componentId);
|
||||
}
|
||||
|
||||
async refresh() {
|
||||
super.refresh();
|
||||
|
||||
//console.trace("tab", this.tabContext.tabId);
|
||||
}
|
||||
|
||||
async doRenderBody() {
|
||||
await libraryLoader.requireLibrary(libraryLoader.CALENDAR_WIDGET);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user