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; } }