From 40954504763f226dfb5912c2a6e9c759d7d1f00d Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sat, 4 Dec 2021 11:43:14 +0100 Subject: [PATCH] Add `switch` to input row domains to fix mobile focus issue (#10792) --- src/common/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/const.ts b/src/common/const.ts index 0aedba0806..6f4c6319c5 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -221,6 +221,7 @@ export const DOMAINS_INPUT_ROW = [ "scene", "script", "select", + "switch", ]; /** Domains that should have the history hidden in the more info dialog. */