improve custom selection exit logic (#1919)

This commit is contained in:
Shuchang Zheng
2025-03-11 08:09:21 -07:00
committed by GitHub
parent 47edd662ea
commit 69d9003735

View File

@@ -660,6 +660,7 @@ async def handle_input_text_action(
)
elif select_result.action_result.success:
try_to_quit_dropdown = False
return [select_result.action_result]
else: