Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Jun 12, 2024
1 parent 1c0389a commit 1994fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/components/graph/graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class Graph extends React.Component<GraphProps, GraphState> {
downloadImage(categoricalLegendImageURI);
}
track(EVENTS.EXPLORER_DOWNLOAD_COMPLETE, {
embedding: layoutChoice,
embedding: layoutChoice.current,
});
dispatch({ type: "graph: screencap end" });
}
Expand Down
4 changes: 0 additions & 4 deletions client/src/components/menubar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ class MenuBar extends React.PureComponent<{}, State> {
screenCap,
// @ts-expect-error ts-migrate(2339) FIXME: Property 'subsetResetPossible' does not exist on t... Remove this comment to see the full error message
imageUnderlay,
// @ts-expect-error ts-migrate(2339) FIXME: Property 'subsetResetPossible' does not exist on t... Remove this comment to see the full error message
layoutChoice,
} = this.props;
const { pendingClipPercentiles } = this.state;

Expand All @@ -314,8 +312,6 @@ class MenuBar extends React.PureComponent<{}, State> {
? ["Brush selection", "Lasso selection"]
: ["select", "polygon-filter"];

console.log(imageUnderlay, "imageUnderlay");

return (
<div
style={{
Expand Down

0 comments on commit 1994fd9

Please sign in to comment.