Valentin D. Pinkman
6 years ago
No known key found for this signature in database
GPG Key ID: E7D110669FFB8D3E
1 changed files with
1 additions and
0 deletions
-
src/components/FeesField/BitcoinKind.js
|
@ -120,6 +120,7 @@ class FeesField extends Component<OwnProps, State> { |
|
|
if (selectedItem.feePerByte.isZero() && input.current) { |
|
|
if (selectedItem.feePerByte.isZero() && input.current) { |
|
|
patch.isFocused = true |
|
|
patch.isFocused = true |
|
|
input.current.select() |
|
|
input.current.select() |
|
|
|
|
|
onChange(selectedItem.feePerByte) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
this.setState(patch) |
|
|
this.setState(patch) |
|
|