Skip to content

Commit

Permalink
removed temp comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Awhiteweb committed Aug 26, 2023
1 parent 4b728b1 commit 567d563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ function newEducationTutorialSpace() {
}
}

function stop(close=false) { // this could take a bool 'close' param from the UI and efault to false for the code blocks
function stop(close=false) {
resumeModeActivated = false
resetAfterButtonPressed()
checkForceFocus()
Expand Down

0 comments on commit 567d563

Please sign in to comment.