Explorar o código

[edit] highlight tab

wenliming %!s(int64=2) %!d(string=hai) anos
pai
achega
a3b2bb60fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/logic/background/denet.js

+ 1 - 1
src/logic/background/denet.js

@@ -15,7 +15,7 @@ export const closeAchPayNoticeHandler = async () => {
                         })});
                     }
                     if(tab) {
-                        chrome.tabs.highlight({ windowId: res.tab.windowId, tabs: res.tab.index })
+                        chrome.tabs.highlight({ windowId: tab.windowId, tabs: tab.index })
                     }
                 })
             }