MDL-82167 core: fix reactive debug panel

This commit is contained in:
ferranrecio 2024-06-11 16:15:02 +02:00
parent db07c09afc
commit b2ce12db1d
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

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(