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 4a5fabb commit 3409330Copy full SHA for 3409330
ui/src/main/java/edu/wpi/grip/ui/pipeline/StepController.java
@@ -209,10 +209,8 @@ private void fadeOut(InputSocketController input) {
209
fadeOut.setOnFinished(new EventHandler<ActionEvent>() {
210
@Override
211
public void handle(ActionEvent event) {
212
- for (InputSocketController input : inputSockets) {
213
input.getRoot().setVisible(false);
214
input.getRoot().setManaged(false);
215
- }
216
}
217
});
218
fadeOut.play();
0 commit comments