1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-24 21:41:33 +01: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
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

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();