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
parent
commit
49af8577af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/FeesField/BitcoinKind.js

1
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)

Loading…
Cancel
Save