Fix visible links test

This commit is contained in:
Daniel Campoverde 2017-11-26 14:40:26 -05:00
parent 70a47fdaee
commit 0056c5fec4

View file

@ -2,8 +2,10 @@ let prevSelTab = 1;
let currSelTab = 1;
browser.tabs.onActivated.addListener((activeInfo) => {
return browser.tabs.query({ currentWindow: true }).then((tabs) => {
prevSelTab = currSelTab;
currSelTab = activeInfo.tabId;
});
});
const closeTab = (id) => {