fix hack input trigger (#1392)
This commit is contained in:
@@ -660,7 +660,7 @@ async def handle_input_text_action(
|
|||||||
return [ActionSuccess()]
|
return [ActionSuccess()]
|
||||||
finally:
|
finally:
|
||||||
# HACK: force to finish missing auto completion input
|
# HACK: force to finish missing auto completion input
|
||||||
if auto_complete_hacky_flag:
|
if auto_complete_hacky_flag and not await skyvern_element.is_raw_input():
|
||||||
LOG.debug(
|
LOG.debug(
|
||||||
"Trigger input-selection hack, pressing Tab to choose one",
|
"Trigger input-selection hack, pressing Tab to choose one",
|
||||||
action=action,
|
action=action,
|
||||||
|
|||||||
Reference in New Issue
Block a user