Skip to content

Commit b78df58

Browse files
committedMar 15, 2025
fix execBtn
1 parent 293d57d commit b78df58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/GUI/gui.js

+1
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)
Failed to load comments.