Skip to content

Commit 50633f6

Browse files
committed
fix build error
1 parent d18302d commit 50633f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/herbie/ErrorPlot.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ function ErrorPlot() {
571571
brush.clear(select(svg).select('g'));
572572
// Reset points to original colors (no greyed out)
573573
circles.forEach(({circle, o, id}) => { circle.removeAttribute("class"); });
574-
// Reset selected subset of points to empty
575-
setSelectedSubset(undefined);
574+
// TODO: Reset selected subset of points to empty
576575

577576
// Remove highlights and reset old lines to original color
578577
highlightMap.forEach(({line, stroke, d, newPath}) => {

0 commit comments

Comments
 (0)