diff --git a/js/core/GUI.js b/js/core/GUI.js index 26dedce..62fb798 100644 --- a/js/core/GUI.js +++ b/js/core/GUI.js @@ -203,7 +203,7 @@ export class GUI const keyId = $.escapeSelector(key) + '_id'; const input = document.getElementById(keyId); if (input) - input.onchange = (event) => GUI._onKeyChange(self, event); + input.oninput = (event) => GUI._onKeyChange(self, event); } // init and open the dialog box: