Skip to content

Commit

Permalink
fix enable scope
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Mar 1, 2024
1 parent 0adf2c5 commit 881ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/adn/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ import { broadcast, onBroadcast } from '../broadcast.js';
'adnauseam', {
what: 'toggleEnabled',
url: popupData.pageURL,
scope: isDomainHome ? '' : 'page',
scope: '',
state: state,
tabId: popupData.tabId
});
Expand Down

0 comments on commit 881ce81

Please sign in to comment.