From 0f2f2bee6e9e3b7f930be92c383af137b946ab5d Mon Sep 17 00:00:00 2001 From: yougotwill Date: Wed, 24 Jul 2024 15:36:57 +1000 Subject: [PATCH] fix: error test for input should be selectable makes error reporting easier --- ts/components/inputs/SessionInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/inputs/SessionInput.tsx b/ts/components/inputs/SessionInput.tsx index e6f26ab6a..f52ec154f 100644 --- a/ts/components/inputs/SessionInput.tsx +++ b/ts/components/inputs/SessionInput.tsx @@ -31,6 +31,7 @@ const StyledSessionInput = styled(Flex)<{ &.error { color: var(--danger-color); font-weight: 700; + user-select: text; } }