1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

[PM-5189] Working through jest tests for OverlayBackground and refining repositioning delays

This commit is contained in:
Cesar Gonzalez
2024-06-25 11:04:08 -05:00
parent 0e9eb15a24
commit 4ea86befe2

View File

@@ -163,7 +163,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
private initOverlayEventObservables() {
this.repositionInlineMenuSubject
.pipe(
debounceTime(1000),
debounceTime(650),
switchMap((sender) => this.repositionInlineMenu(sender)),
)
.subscribe();