|
@@ -69,8 +69,6 @@ onBackgroundMsgConsumer query =
|
|
|
BgTabAttached tab -> do
|
|
BgTabAttached tab -> do
|
|
|
void $ query $ H.tell $ Tabs.TabAttached tab
|
|
void $ query $ H.tell $ Tabs.TabAttached tab
|
|
|
pure Nothing
|
|
pure Nothing
|
|
|
- BgTabHighlighted -> pure Nothing
|
|
|
|
|
- BgTabZoomChanged -> pure Nothing
|
|
|
|
|
|
|
|
|
|
onSidebarMsg :: Runtime.Port -> CR.Consumer SidebarEvent Aff Unit
|
|
onSidebarMsg :: Runtime.Port -> CR.Consumer SidebarEvent Aff Unit
|
|
|
onSidebarMsg port =
|
|
onSidebarMsg port =
|