Skip to content

Commit

Permalink
tool tip fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jan 18, 2024
1 parent 81aa7ea commit 0bc3dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ColorScatterPlot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
let isPointDrag = false;
const startDrag = (isXYDrag: boolean, idx?: number) => (e: any) => {
if (scatterPlotMode !== "moving") return;
hoveredPoint = false;
// console.log("start drag", e.target);
startDragging();
const targetIsPoint = typeof idx === "number";
Expand Down

0 comments on commit 0bc3dce

Please sign in to comment.