Update src/background.js
This commit is contained in:
parent
9f14a58879
commit
f9c306a6e1
@ -1,4 +1,3 @@
|
||||
// background.js
|
||||
browser.commands.onCommand.addListener((command) => {
|
||||
if (command === "print-selection" || command === "fill-input") {
|
||||
browser.tabs.query({ active: true, currentWindow: true }).then((tabs) => {
|
||||
|
Loading…
Reference in New Issue
Block a user