Correctly show/hide tabs when moving a tab from a group. Otherwise the shown tab would still be the previous ones.
@@ -253,6 +253,7 @@ handleAction =
H.raise $ SbMoveTab tid newTabIndex
H.raise $ SbActivateTab tid
H.raise $ SbChangeTabGroup tid (Just toGroup)
+ void $ handleTabsQuery $ Tabs.TabActivated (Just tid) tid Nothing
sidebarMoveTab
:: TabId