fix: Removed autoFocus attribute (#1558)
This commit is contained in:
@ -45,7 +45,6 @@ export function DoubleTextInputEdit({
|
|||||||
{(nodeDimensions) => (
|
{(nodeDimensions) => (
|
||||||
<StyledTextInput
|
<StyledTextInput
|
||||||
width={nodeDimensions?.width}
|
width={nodeDimensions?.width}
|
||||||
autoFocus
|
|
||||||
placeholder={firstValuePlaceholder}
|
placeholder={firstValuePlaceholder}
|
||||||
value={firstValue}
|
value={firstValue}
|
||||||
onChange={(event: ChangeEvent<HTMLInputElement>) => {
|
onChange={(event: ChangeEvent<HTMLInputElement>) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user