tab drag&drop fix

This commit is contained in:
Jan Prochazka
2023-03-05 15:28:29 +01:00
parent f5d41c89e6
commit ff044ebec8
3 changed files with 13 additions and 2 deletions

View File

@@ -50,6 +50,6 @@
tabComponent={mountedTabs[tabid]}
{...openedTabsByTabId[tabid]?.props}
{tabid}
tabVisible={tabid == (shownTab && shownTab.tabid)}
tabVisible={tabid == shownTab?.tabid}
/>
{/each}