From 29819fac23fd36f3fb3836066daa5a12314c3ca2 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 20 Dec 2021 10:24:07 +0100 Subject: [PATCH] Ensure button and automation row inputs are clickable on mobile (#10940) --- src/common/const.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/const.ts b/src/common/const.ts index ef88067ac2..0396b575f7 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -206,6 +206,8 @@ export const DOMAINS_HIDE_DEFAULT_MORE_INFO = [ * still do of course) as the click might instead e.g. activate the input field that this row shows. */ export const DOMAINS_INPUT_ROW = [ + "automation", + "button", "cover", "fan", "group",