mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
some updates to overlay icon positioning
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
!(function () {
|
||||
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
|
||||
if (msg.command === 'openOverlayPopup') {
|
||||
closePopup();
|
||||
openPopup(msg.data);
|
||||
sendResponse();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user