diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 1f099a136489..8c67d1070864 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -73,14 +73,6 @@ class HUIRoot extends LitElement { ); } - protected firstUpdated(changedProperties: PropertyValues): void { - super.firstUpdated(changedProperties); - this.classList.toggle( - "disable-text-select", - /Chrome/.test(navigator.userAgent) && /Android/.test(navigator.userAgent) - ); - } - protected render(): TemplateResult | void { return html`