We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec2be9 commit 9b83068Copy full SHA for 9b83068
1 file changed
webextension/js/background/messageHandler.js
@@ -39,7 +39,7 @@ const messageHandler = {
39
backgroundLogic.sortTabs();
40
break;
41
case "showTabs":
42
- backgroundLogic.showTabs({cookieStoreId: m.cookieStoreId});
+ this.unhideContainer(m.cookieStoreId);
43
44
case "hideTabs":
45
backgroundLogic.hideTabs({
0 commit comments