mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-23 20:26:50 +08:00
Fix trackpad not works
This commit is contained in:
@@ -152,6 +152,7 @@ class _GalleryInfo extends State<GalleryInfo> with ThemeModeWidget {
|
||||
dragDevices: {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad,
|
||||
},
|
||||
),
|
||||
child: v));
|
||||
|
||||
@@ -100,6 +100,7 @@ class _TagsPanel extends State<TagsPanel> {
|
||||
dragDevices: {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad,
|
||||
},
|
||||
),
|
||||
child: re);
|
||||
|
||||
Reference in New Issue
Block a user