Commit 1df9bef
Fix pie autoplay (#621)
* Fix pie chart auto-play stopping on no-transfer rounds
Add resumeFrom() to round player so the pie chart can advance the
dropdown during auto-play without stopping playback. When the pie
chart skips a round with no transfers, updateRound() now calls
resumeFrom() instead of setStep() to keep the animation going.
Co-Authored-By: Claude Opus 4.6
* Simplify auto-play fix: just skip setStep during playback
Revert round-player.js changes. The simpler approach is to skip
the setStep() call entirely during auto-play so it does not stop
playback. The round player timer catches up on its next tick.
Co-Authored-By: Claude Opus 4.6
---------
Co-authored-by: skaphan <skaphan@gmail.com>1 parent f691a50 commit 1df9bef
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
0 commit comments