Skip to content

Commit 9b83068

Browse files
Add show button to use showing queue to prevent dupes. Fixes #791
1 parent fec2be9 commit 9b83068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webextension/js/background/messageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const messageHandler = {
3939
backgroundLogic.sortTabs();
4040
break;
4141
case "showTabs":
42-
backgroundLogic.showTabs({cookieStoreId: m.cookieStoreId});
42+
this.unhideContainer(m.cookieStoreId);
4343
break;
4444
case "hideTabs":
4545
backgroundLogic.hideTabs({

0 commit comments

Comments
 (0)