mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Don't handle UI editor event when using yaml editor (#22176)
This commit is contained in:
parent
f30603753e
commit
f9814f35d1
@ -317,6 +317,7 @@ export abstract class HuiElementEditor<
|
||||
|
||||
private _handleUIConfigChanged(ev: UIConfigChangedEvent<T>) {
|
||||
ev.stopPropagation();
|
||||
if (!this.GUImode) return;
|
||||
const config = ev.detail.config;
|
||||
Object.keys(config).forEach((key) => {
|
||||
if (config[key] === undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user