Add switch to input row domains to fix mobile focus issue (#10792)

This commit is contained in:
Philip Allgaier 2021-12-04 11:43:14 +01:00 committed by GitHub
parent e61f587c51
commit 4095450476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. */