Skip to content

Commit

Permalink
fixes issue sugarlabs#3066 - dismissing an error message removeArrow(…
Browse files Browse the repository at this point in the history
…) is not found
  • Loading branch information
shahkushal38 committed Mar 24, 2023
1 parent 005fd9d commit 1526ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ class Activity {
// Error message containers
this.errorText = docById("errorText");
this.errorTextContent = docById("errorTextContent");
//hideArrow on hiding error message
this.errorText.addEventListener("click", this._hideArrows );
// Show and populate the printText div.
this.printText = docById("printText");
this.printTextContent = docById("printTextContent");
Expand Down

0 comments on commit 1526ea1

Please sign in to comment.