mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-5189] Refactoring implementation
This commit is contained in:
@@ -605,8 +605,8 @@ export class OverlayBackground implements OverlayBackgroundInterface {
|
||||
globalThis.clearTimeout(this.inlineMenuFadeInTimeout);
|
||||
}
|
||||
|
||||
const message = { command: "updateInlineMenuIframePosition", styles: { opacity: "1" } };
|
||||
this.inlineMenuFadeInTimeout = globalThis.setTimeout(() => {
|
||||
const message = { command: "updateInlineMenuIframePosition", styles: { opacity: "1" } };
|
||||
this.inlineMenuButtonPort?.postMessage(message);
|
||||
this.inlineMenuListPort?.postMessage(message);
|
||||
}, 50);
|
||||
|
||||
Reference in New Issue
Block a user