We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78a07a commit 071c3b7Copy full SHA for 071c3b7
ui/src/main/java/edu/wpi/grip/ui/analysis/AnalysisController.java
@@ -146,6 +146,8 @@ private void onRun(TimerEvent event) {
146
@SuppressWarnings("PMD.UnusedPrivateMethod")
147
private void onStepRemoved(StepRemovedEvent e) {
148
sampleMap.remove(e.getStep());
149
+ timeViewMap.remove(e.getStep());
150
+ tableItems.removeIf(entry -> entry.getStep() == e.getStep());
151
}
152
153
@Subscribe
0 commit comments