1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-10 19:38:11 +01: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
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

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);
}
}