1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Reverts previous unnecessary timing change.

This commit is contained in:
Miles Blackwood
2025-08-12 12:02:11 -04:00
parent 04489b9fef
commit 323ee228dd

View File

@@ -1866,7 +1866,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
frameId: this.focusedFieldData.frameId || 0,
},
);
}, 150);
}, 300);
}
/**