Skip to content

Commit

Permalink
add missing reset
Browse files Browse the repository at this point in the history
Co-authored-by: wow-such-code <[email protected]>
  • Loading branch information
KochTobi and wow-such-code committed Sep 3, 2024
1 parent 3047f44 commit bd86e25
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ public void addCancelListener(ComponentEventListener<CancelEvent> listener) {
addListener(CancelEvent.class, listener);
}

@Override
public void close() {
super.close();
reset();
}

public static class CancelEvent extends UserCancelEvent<AddExperimentDialog> {

public CancelEvent(AddExperimentDialog source, boolean fromClient) {
Expand Down

0 comments on commit bd86e25

Please sign in to comment.