mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
do not change hover state of crypto selection list
This commit is contained in:
parent
374d8aaef0
commit
325d341b7f
1 changed files with 0 additions and 2 deletions
|
@ -1156,8 +1156,6 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
),
|
||||
MouseRegion(
|
||||
cursor: SystemMouseCursors.click,
|
||||
onEnter: (_) => setState(() => _hovering1 = true),
|
||||
onExit: (_) => setState(() => _hovering1 = false),
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
if (_receiveAddressController.text.isNotEmpty &&
|
||||
|
|
Loading…
Reference in a new issue