smaller fixes

This commit is contained in:
zadam
2020-01-25 18:29:32 +01:00
parent 48a7c0235f
commit 3f0974d3d2
6 changed files with 15 additions and 13 deletions

View File

@@ -37,6 +37,10 @@ export default class TabCachingWidget extends TabAwareWidget {
}
widget.toggle(true);
// stop propagation of the event to the children, individual tab widget should not know about tab switching
// since they are per-tab
return false;
}
tabRemovedListener({tabId}) {