Commit 17364ab
fix(test): fix type-to-jump pagination compat and loading state race
- type-to-jump: use _setSectionTracks to inject test tracks instead of
mutating the array returned by the paginated filteredTracks getter
(unshift on a freshly built array was silently lost)
- error-states: combine set+read in single evaluate to prevent race
with background library load() clearing the loading flag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 71ad8a6 commit 17364ab
2 files changed
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
| 550 | + | |
| 551 | + | |
552 | 552 | | |
| 553 | + | |
553 | 554 | | |
| 555 | + | |
554 | 556 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
| 557 | + | |
| 558 | + | |
560 | 559 | | |
| 560 | + | |
561 | 561 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 562 | + | |
565 | 563 | | |
566 | 564 | | |
567 | 565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
| |||
422 | 423 | | |
423 | 424 | | |
424 | 425 | | |
425 | | - | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
| |||
0 commit comments