Skip to content

Commit

Permalink
🐛 Stop showing fire picker on about:*
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Jan 23, 2022
1 parent 571e4ee commit bc4e00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
const EMOJI_PICKER = browser.menus.create({
title: 'Emoji Picker',
contexts: ['editable'],
documentUrlPatterns: ['*://*/*'],
})

browser.menus.onClicked.addListener(function (info, tab) {
Expand Down

0 comments on commit bc4e00a

Please sign in to comment.