mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-82167 core: fix reactive debug panel
This commit is contained in:
parent
db07c09afc
commit
b2ce12db1d
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