Browse Source
Adds a 'wheel' event listener to the speed graph container, binding it to the existing `handleTimelineWheel` function. This change enhances user experience by allowing timeline scrubbing via the mouse scroll wheel when the cursor is over the speed graph. It creates consistent behavior across all major visualization components (radar canvas, timeline, and speed graph), improving the application's usability. The logic is centralized within `initSyncUIHandlers` in `sync.js` to keep all synchronization-related event bindings in one place.refactor/sync-centralize
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue