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:
parent
0e9eb15a24
commit
4ea86befe2
@ -163,7 +163,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
|
||||
private initOverlayEventObservables() {
|
||||
this.repositionInlineMenuSubject
|
||||
.pipe(
|
||||
debounceTime(1000),
|
||||
debounceTime(650),
|
||||
switchMap((sender) => this.repositionInlineMenu(sender)),
|
||||
)
|
||||
.subscribe();
|
||||
|
Loading…
Reference in New Issue
Block a user