Commit fb722be
committed
Fix: allow typing in pending user input when environment is temporarily unavailable
The disabled condition on the composer textarea unconditionally disabled
input when environmentUnavailable was set, even when a pending user input
was active. This prevented users from typing custom answers during brief
disconnects, even though those answers are queued locally. Now the
environmentUnavailable check is skipped when activePendingProgress is
present, matching the placeholder logic's priority order.1 parent ef679d3 commit fb722be
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1989 | 1989 | | |
1990 | 1990 | | |
1991 | 1991 | | |
1992 | | - | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
1993 | 1995 | | |
1994 | 1996 | | |
1995 | 1997 | | |
| |||
0 commit comments