Commit 68c9deed authored by Jannik Lehmann's avatar Jannik Lehmann 🔴
Browse files

fix: agentic chat resolve input not clearing after submission

BREAKING CHANGE: The chat input would remain populated after sending a
message due to a race condition where the textarea was disabled before
the prompt could be cleared. This happened because `canSubmit = false`
executed before `setPromptAndFocus()` completed its async DOM update.
parent c569e6e3
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment