mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Fix trackpad not works
This commit is contained in:
@@ -270,6 +270,7 @@ class _TaskManagerPage extends State<TaskManagerPage>
|
||||
dragDevices: {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad,
|
||||
},
|
||||
),
|
||||
child: _buildView(context))),
|
||||
|
||||
Reference in New Issue
Block a user