event fixes WIP

This commit is contained in:
zadam
2020-03-06 23:34:39 +01:00
parent e10d23289e
commit 091eb8f791
5 changed files with 9 additions and 11 deletions

View File

@@ -80,6 +80,8 @@ export default class TabAwareWidget extends BasicWidget {
setTabContextEvent({tabContext}) {
/** @var {TabContext} */
this.tabContext = tabContext;
this.refresh();
}
async newTabOpenedEvent({tabContext}) {