Merge pull request #37 from timothyjlaurent/fix/issue-36-mission-interview-stale-cant-type

fix: Plan Mission With AI modal stale data and unable to type
This commit is contained in:
gsxdsm
2026-05-04 22:14:22 -07:00
committed by GitHub
3 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix Plan Mission With AI modal: stale goal text and unable to type in textarea. The persisted-goal restoration effect depended on `handleStartInterview`, which recreates on every keystroke via `missionGoal` — causing the effect to re-fire and overwrite user input with stale localStorage data on each character typed.