We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ec2e3 commit 25b75edCopy full SHA for 25b75ed
src/handlers.ts
@@ -58,7 +58,7 @@ function keyDown(chart: Chart, event: KeyboardEvent) {
58
removeHandler(chart, 'keydown')
59
state.dragging = false
60
state.dragStart = state.dragEnd = undefined
61
- chart.draw();
+ chart.draw()
62
}
63
64
function getPointPosition(event: MouseEvent, chart: Chart) {
@@ -208,7 +208,7 @@ export function mouseUp(chart: Chart, event: MouseEvent) {
208
209
if (distance <= threshold) {
210
211
212
return
213
214
0 commit comments