Commit 73aba37
committed
🤖 Fix: Add ref to all ChatArea instances
ChatArea ref was only added to main return path, but there's an early
return for 'Loading workspace...' that also renders ChatArea.
Added ref to both ChatArea instances so ResizeObserver can measure
properly regardless of which render path is taken.
_Generated with `cmux`_1 parent 5144273 commit 73aba37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments