Skip to content

Commit 95766ca

Browse files
lovasoaojamin
authored andcommitted
fix execBtn
1 parent 72a4c72 commit 95766ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/GUI/gui.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function execEditorContents() {
297297

298298
addButtonClickFeedback(elements.execBtn);
299299
}
300+
elements.execBtn.addEventListener('click', execEditorContents);
300301

301302
function addButtonClickFeedback(button) {
302303
button.classList.add('active');

0 commit comments

Comments
 (0)