Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed May 31, 2024
1 parent 0a38ae4 commit 5e8681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heatmap-component/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TX, TY, TDatum> {
/** Pointed cell (can have a datum in it or can be empty) */
cell: {
Expand Down

0 comments on commit 5e8681a

Please sign in to comment.