From 26d3176389870a582f75559bf2c73865eb73ee9e Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Sat, 16 Nov 2024 09:34:57 +0200 Subject: [PATCH] fix: lint --- src/handlers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handlers.js b/src/handlers.js index 224f72eb..832122d3 100644 --- a/src/handlers.js +++ b/src/handlers.js @@ -61,9 +61,9 @@ export function mouseDown(chart, event) { if (chart.legend) { const point = getRelativePosition(event, chart); if (_isPointInArea(point, chart.legend)) { - return; + return; } - } + } const state = getState(chart); const {pan: panOptions, zoom: zoomOptions = {}} = state.options; if (