We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293d57d commit b78df58Copy full SHA for b78df58
1 file changed
examples/GUI/gui.js
@@ -297,6 +297,7 @@ function execEditorContents() {
297
298
addButtonClickFeedback(elements.execBtn);
299
}
300
+elements.execBtn.addEventListener('click', execEditorContents);
301
302
function addButtonClickFeedback(button) {
303
button.classList.add('active');
0 commit comments