1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

[PM-5189] Working through further issues on positioning of inline menu

This commit is contained in:
Cesar Gonzalez
2024-06-25 09:37:59 -05:00
parent 4114b538e5
commit 4a9ea39c63

View File

@@ -1255,7 +1255,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
*/
private repositionInlineMenu = async (sender: chrome.runtime.MessageSender) => {
this.cancelInlineMenuFadeInAndPositionUpdate();
if (!this.isFieldCurrentlyFocused) {
if (!this.isFieldCurrentlyFocused && !this.isInlineMenuListVisible) {
await this.closeInlineMenuAfterReposition(sender);
return;
}