Skip to content

Commit

Permalink
hiding buttons for ending when click start over
Browse files Browse the repository at this point in the history
  • Loading branch information
txia35 committed Mar 28, 2024
1 parent 418047b commit 8c5fbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ function cancelHighlightedElements() {
showElementAndItsChildren("#mouse-label");
showElementAndItsChildren("#mouse-update");
hideElementAndItsChildren("#fileInput");
hideElementAndItsChildren(".ending-actions");

if (showOriginalCapacitiesAndCurrentFlow) {
removeOriginalCapacitiesAndCurrentFlow();
Expand Down

0 comments on commit 8c5fbbc

Please sign in to comment.