Skip to content

Commit

Permalink
Fix processLinks for Popup (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored Nov 18, 2023
1 parent 6ff6cdc commit 70e4664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async function initLinks() {
msg: 'extract',
})
console.log('popup:', links)
await processLinks(links)
} else if (urlParams.has('selection')) {
chrome.tabs.sendMessage(tabId, { action: 'selection' }, (links) => {
processLinks(links)
Expand Down

0 comments on commit 70e4664

Please sign in to comment.