We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54c58a commit 30ec2e3Copy full SHA for 30ec2e3
src/handlers.ts
@@ -45,7 +45,7 @@ export function mouseMove(chart: Chart, event: MouseEvent) {
45
if (state.dragStart) {
46
state.dragging = true
47
state.dragEnd = event
48
- chart.draw();
+ chart.draw()
49
}
50
51
0 commit comments