From 75a920a1da89f5d3226fb99d48ae78311a4a0330 Mon Sep 17 00:00:00 2001 From: evac-tcxr Date: Tue, 30 Jul 2024 10:12:21 -0400 Subject: [PATCH] tooltip --- package.json | 2 +- src/components/Graph/Graph.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 2489db7..ef6ba3e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@weng-lab/psychscreen-ui-components", "description": "Typescript and Material UI based components used for psychSCREEN", "author": "SCREEN Team @ UMass Chan Medical School", - "version": "0.9.4", + "version": "0.9.5", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/components/Graph/Graph.tsx b/src/components/Graph/Graph.tsx index ece5acf..3612e11 100644 --- a/src/components/Graph/Graph.tsx +++ b/src/components/Graph/Graph.tsx @@ -135,8 +135,6 @@ const Graph: React.FC = ({ x: event.originalEvent.clientX, y: event.originalEvent.clientY, }; - console.log(coords); - console.log(event); showTooltip({ tooltipLeft: coords.x,