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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user