1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

[PM-5189] Reworking how we handle updating the inline menu position

This commit is contained in:
Cesar Gonzalez
2024-06-18 10:59:14 -05:00
parent 4295014e39
commit add2f9ba8a

View File

@@ -1388,6 +1388,6 @@ export class OverlayBackground implements OverlayBackgroundInterface {
}
private async triggerSubFrameFocusInRebuild(sender: chrome.runtime.MessageSender) {
this.rebuildSubFrameOffsets$.next(sender);
this.repositionInlineMenu$.next(sender);
}
}