Merge branch 'MDL-82167-403' of https://github.com/ferranrecio/moodle into MOODLE_403_STABLE

This commit is contained in:
Ilya Tregubov
2024-06-26 10:20:19 +08:00
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -266,7 +266,7 @@ class DebugInstanceSubpanel extends BaseComponent {
this.addEventListener(
this.getElement(this.selectors.STATE),
'keyup',
debounce(this._checkJSON, 500)
debounce(this._checkJSON.bind(this), 500)
);
this.addEventListener(