Merge branch 'master' into develop

This commit is contained in:
2024-02-26 10:53:23 +01:00

View File

@@ -96,7 +96,7 @@ export default abstract class TabsViewModule extends ViewModule {
component: tab.component || {
content: tab.content,
...tab.onShown && {onShown: tab.onShown} || {},
...tab.onHide && {onShown: tab.onHide} || {},
...tab.onHide && {onHide: tab.onHide} || {},
}
}));
}