If a browser is configured to open links via middle click in the background (without switching active tab), then #876 has unexpected sideeffect:
Fix would be to find tabId that failed and explicitly update using explicit tabIt, instead of assuming it is active.
iirc all that needs to be done is request.tabId needs to be passed as the first parameter of every browser.tabs.update call we make in ipfs-request.js
Hi,
I'm able to reproduce the bug and I'm working on it.
Most helpful comment
Hi,
I'm able to reproduce the bug and I'm working on it.