mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
do not multiply delay of fill script action execution 🕴️ (#17049)
Co-authored-by: Miles Blackwood <milesblackwoodmusic@gmail.com>
This commit is contained in:
parent
8eef78960d
commit
af061282c6
@ -136,7 +136,7 @@ class InsertAutofillContentService implements InsertAutofillContentServiceInterf
|
||||
setTimeout(() => {
|
||||
this.autofillInsertActions[action]({ opid, value });
|
||||
resolve();
|
||||
}, delayActionsInMilliseconds * actionIndex),
|
||||
}, delayActionsInMilliseconds),
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user