Skip to content

Commit

Permalink
tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
evc29 committed Jul 30, 2024
1 parent 8be620a commit 75a920a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Graph/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ const Graph: React.FC<GraphProps> = ({
x: event.originalEvent.clientX,
y: event.originalEvent.clientY,
};
console.log(coords);
console.log(event);

showTooltip({
tooltipLeft: coords.x,
Expand Down

0 comments on commit 75a920a

Please sign in to comment.