mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
do not multiply delay of fill script action execution 🕴️ (#17049)
Co-authored-by: Miles Blackwood <milesblackwoodmusic@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ class InsertAutofillContentService implements InsertAutofillContentServiceInterf
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.autofillInsertActions[action]({ opid, value });
|
this.autofillInsertActions[action]({ opid, value });
|
||||||
resolve();
|
resolve();
|
||||||
}, delayActionsInMilliseconds * actionIndex),
|
}, delayActionsInMilliseconds),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user