1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 16:59:30 +00:00

refresh top layer when top layer candidate handlers are set up (#18326)

This commit is contained in:
Jonathan Prusik
2026-01-21 17:22:45 -05:00
committed by GitHub
parent 9dd94a2782
commit 3f466c4b4c

View File

@@ -1083,6 +1083,8 @@ export class CollectAutofillContentService implements CollectAutofillContentServ
setTimeout(this.autofillOverlayContentService.refreshMenuLayerPosition, 100);
}
});
this.autofillOverlayContentService.refreshMenuLayerPosition();
}
};