mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-82167-main' of https://github.com/ferranrecio/moodle
This commit is contained in:
commit
201140e7dd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user