Commit 8262c5c
fix(timeline): centralize preview-fetch abort in closePreview (closes #52)
Re-applies PR #52 (which had forked 77 commits behind master) onto current master: moves the in-flight preview abort out of selectBar's toggle-off path and into closePreview, so every close path (toggle-off, navigation, granularity/mode changes) aborts a pending preview fetch instead of only the toggle-off case. Rebuilds public/dist/main.js and gitignores server.log (the stray build-log this PR had accidentally committed).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8a0f557 commit 8262c5c
3 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 283 | | |
289 | 284 | | |
290 | 285 | | |
| |||
372 | 367 | | |
373 | 368 | | |
374 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| |||
0 commit comments