mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Update src/panels/lovelace/components/hui-code-editor.ts
Co-Authored-By: bramkragten <mail@bramkragten.nl>
This commit is contained in:
parent
d2bfd5ce62
commit
20ecfffb9c
@ -62,7 +62,7 @@ export class HuiCodeEditor extends HTMLElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _onChange() {
|
private _onChange() {
|
||||||
fireEvent(_this, "code-changed", { value: _this.codemirror.getValue() });
|
fireEvent(this, "code-changed", { value: this.codemirror.getValue() });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user