mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: fix weird hovered mode on track tile options
This commit is contained in:
parent
9d2ad1c626
commit
8a7f5c4008
@ -92,8 +92,10 @@ class AdaptivePopSheetList<T> extends StatelessWidget {
|
|||||||
// ),
|
// ),
|
||||||
position: position,
|
position: position,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return DropdownMenu(
|
return WidgetStatesProvider.boundary(
|
||||||
|
child: DropdownMenu(
|
||||||
children: childrenModified(context),
|
children: childrenModified(context),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
).future;
|
).future;
|
||||||
|
Loading…
Reference in New Issue
Block a user