This commit is contained in:
Jan Prochazka
2020-11-13 18:58:32 +01:00
parent 7f7d39cfc2
commit 17c4d21347

View File

@@ -60,6 +60,7 @@ export default function ToolBar({ toolbarPortalRef }) {
tabs.map((tab) => ({ tabs.map((tab) => ({
...tab, ...tab,
selected: tab.tabComponent == 'InfoPageTab' && tab.props && tab.props.page == button.page, selected: tab.tabComponent == 'InfoPageTab' && tab.props && tab.props.page == button.page,
closedTime: undefined,
})) }))
); );
} else { } else {