Time Warp version
1.15
Describe the bug
The D3 brush on('brush', ...) handler fires at mouse-move frequency (potentially hundreds of times per second during a drag). Each invocation triggers d3timeline.redraw(), timelineAxis.redraw(), and timelineAxisLabel.redraw() — all of which manipulate the DOM.