Remove query caching to get YAML editor toggle working again (#7365)

This commit is contained in:
Philip Allgaier 2020-10-16 23:27:00 +02:00 committed by GitHub
parent a56ce62f1a
commit 1d316c3258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export class HuiDialogEditCard extends LitElement
@internalProperty() private _guiModeAvailable? = true;
@query("hui-element-editor", true) private _cardEditorEl?: HuiElementEditor;
@query("hui-element-editor") private _cardEditorEl?: HuiElementEditor;
@internalProperty() private _GUImode = true;