fix: Removed autoFocus attribute (#1558)

This commit is contained in:
Zoltán Völcsey
2023-09-13 00:06:27 +02:00
committed by GitHub
parent cdd7890bef
commit 92ef931d4d

View File

@ -45,7 +45,6 @@ export function DoubleTextInputEdit({
{(nodeDimensions) => (
<StyledTextInput
width={nodeDimensions?.width}
autoFocus
placeholder={firstValuePlaceholder}
value={firstValue}
onChange={(event: ChangeEvent<HTMLInputElement>) => {