fix(js): correct issue references #137#172 in humanize comments

This commit is contained in:
CloakHQ
2026-04-28 20:37:09 +02:00
parent 661b873dad
commit 2df8c7e2d1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -612,7 +612,7 @@ function patchSingleElementHandle(
// --- Helper: get box and move cursor. Accepts a per-call ``callCfg``
// so type/fill overrides like ``el.type(text, { human_config: {...} })``
// carry through to mouse timing for that single call. Also scrolls into
// view first so off-screen elements work (#129, #137 follow-up).
// view first so off-screen elements work (#129, #172 follow-up).
const moveToElement = async (callCfg: HumanConfig = cfg) => {
await (page as any)._ensureCursorInit();