Browse Source
Merge pull request #1729 from valpinkman/fix/custom-fees-value
LL-781 fix custom fees value
gre-patch-1
Gaëtan Renaudeau
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) { |
|
|
|
patch.isFocused = true |
|
|
|
input.current.select() |
|
|
|
onChange(selectedItem.feePerByte) |
|
|
|
} |
|
|
|
} |
|
|
|
this.setState(patch) |
|
|
|