1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-03 23:21:29 +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:04:08 -05:00
parent 0e9eb15a24
commit 4ea86befe2
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() { private initOverlayEventObservables() {
this.repositionInlineMenuSubject this.repositionInlineMenuSubject
.pipe( .pipe(
debounceTime(1000), debounceTime(650),
switchMap((sender) => this.repositionInlineMenu(sender)), switchMap((sender) => this.repositionInlineMenu(sender)),
) )
.subscribe(); .subscribe();