We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f9b05 commit 800d67dCopy full SHA for 800d67d
src/background-script.js
@@ -16,7 +16,7 @@ function notify(message) {
16
const relevantURL = con.port.sender.url.split('?')[0].split('#')[0]
17
if (~granted.indexOf(relevantURL)) {
18
connectPort(con.stream)
19
- portConnections[port.sender.tab.id].connected = true
+ portConnections[con.port.sender.tab.id].connected = true
20
} else {
21
con.stream.abort()
22
}
0 commit comments