Commit 638f215
fix: show RadioGroup immediately on Play click, log audioPlaying event
The RadioGroup was gated on play() resolving, so if the promise hung
the user would be stuck with no way to respond. Now shows the options
immediately when Play is clicked. Also logs an "audioPlaying" setupStep
when the browser's playing event fires, so we can tell in future
investigations whether audio actually started.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b00ebe8 commit 638f215
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
142 | 151 | | |
143 | 152 | | |
144 | 153 | | |
| |||
149 | 158 | | |
150 | 159 | | |
151 | 160 | | |
152 | | - | |
| 161 | + | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
156 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
157 | 169 | | |
158 | 170 | | |
159 | 171 | | |
160 | 172 | | |
161 | 173 | | |
162 | | - | |
163 | 174 | | |
164 | 175 | | |
165 | 176 | | |
| |||
0 commit comments