diff --git a/src/background.js b/src/background.js index b51288f..8fcb629 100644 --- a/src/background.js +++ b/src/background.js @@ -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) => {