Commit 78e0732
Switch file immediately on click, fire ITE in background (#353)
The file_edit inter-test event was recorded before the editor
switched, causing a noticeable delay on every filename click.
The UI switch does not depend on the server-assigned index, so
it is safe to run immediately while the POST fires in parallel.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e30d3bc commit 78e0732
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
0 commit comments