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 58abfc9 commit c058947Copy full SHA for c058947
packages/electron-chrome-extensions/src/browser-action.ts
@@ -62,6 +62,7 @@ export const injectBrowserAction = () => {
62
63
if (count === 0) {
64
invoke('browserAction.removeObserver', partition)
65
+ observerCounts.delete(partition)
66
}
67
},
68
0 commit comments