1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +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 jaasen-livefront
parent c683a40e5b
commit 91d8edf457

View File

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