mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 12:13:45 +00:00
[PM-5189] Fixing issue within Safari relating to repositioning elements from outer frame
This commit is contained in:
@@ -1058,7 +1058,7 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
|
||||
*/
|
||||
private setOverlayRepositionEventListeners() {
|
||||
const handler = this.useEventHandlersMemo(
|
||||
throttle(this.handleOverlayRepositionEvent, 800),
|
||||
throttle(this.handleOverlayRepositionEvent, 900),
|
||||
AUTOFILL_OVERLAY_HANDLE_REPOSITION,
|
||||
);
|
||||
globalThis.addEventListener(EVENTS.SCROLL, handler, {
|
||||
|
||||
Reference in New Issue
Block a user