Skip to content

Commit 30ec2e3

Browse files
authored
fix: remove extra semicolon
1 parent a54c58a commit 30ec2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function mouseMove(chart: Chart, event: MouseEvent) {
4545
if (state.dragStart) {
4646
state.dragging = true
4747
state.dragEnd = event
48-
chart.draw();
48+
chart.draw()
4949
}
5050
}
5151

0 commit comments

Comments
 (0)