mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
catch exceptions when trying to resolve element by id
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
!(function () {
|
||||
// THIS FILE IS NOT CURRENTLY IN USE
|
||||
// IT IS NOT LOADED IN THE MANIFEST
|
||||
|
||||
!(function () {
|
||||
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
|
||||
if (msg.command === 'openOverlayPopup') {
|
||||
closePopup();
|
||||
|
||||
Reference in New Issue
Block a user