mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +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(
|
MouseRegion(
|
||||||
cursor: SystemMouseCursors.click,
|
cursor: SystemMouseCursors.click,
|
||||||
onEnter: (_) => setState(() => _hovering1 = true),
|
|
||||||
onExit: (_) => setState(() => _hovering1 = false),
|
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
if (_receiveAddressController.text.isNotEmpty &&
|
if (_receiveAddressController.text.isNotEmpty &&
|
||||||
|
|
Loading…
Reference in a new issue