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:10:53 -05:00
parent 4ea86befe2
commit b5a5481581

View File

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