From 5e8681af0748ed41129d17c1afbeeb2f9e6581ad Mon Sep 17 00:00:00 2001 From: Adam Midlik Date: Fri, 31 May 2024 16:06:10 +0100 Subject: [PATCH] Updated comment --- src/heatmap-component/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heatmap-component/state.ts b/src/heatmap-component/state.ts index 09192de..9a0694f 100644 --- a/src/heatmap-component/state.ts +++ b/src/heatmap-component/state.ts @@ -15,7 +15,7 @@ const ZOOM_EVENT_ROUNDING_PRECISION = 9; export const MIN_ZOOMED_DATAPOINTS_HARD = 1; -/** Emitted on data-cell-related events (hover, click...) */ +/** Emitted on data-cell-related events (hover, select...) */ export interface CellEventValue { /** Pointed cell (can have a datum in it or can be empty) */ cell: {