Skip to content

Commit

Permalink
Fix: Popup writes "undefined" when missing tabs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkxin committed Jun 25, 2024
1 parent 06775b3 commit 2d8f54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ document.forms['form-popup-actions'].addEventListener('submit', (e) => {
window.close();
}
});
return;
}

navigator.clipboard.writeText(response.text)
Expand Down

0 comments on commit 2d8f54f

Please sign in to comment.