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:
@@ -152,6 +152,7 @@ class _GalleryInfo extends State<GalleryInfo> with ThemeModeWidget {
|
|||||||
dragDevices: {
|
dragDevices: {
|
||||||
PointerDeviceKind.touch,
|
PointerDeviceKind.touch,
|
||||||
PointerDeviceKind.mouse,
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.trackpad,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
child: v));
|
child: v));
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ class _TagsPanel extends State<TagsPanel> {
|
|||||||
dragDevices: {
|
dragDevices: {
|
||||||
PointerDeviceKind.touch,
|
PointerDeviceKind.touch,
|
||||||
PointerDeviceKind.mouse,
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.trackpad,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
child: re);
|
child: re);
|
||||||
|
|||||||
@@ -270,6 +270,7 @@ class _TaskManagerPage extends State<TaskManagerPage>
|
|||||||
dragDevices: {
|
dragDevices: {
|
||||||
PointerDeviceKind.touch,
|
PointerDeviceKind.touch,
|
||||||
PointerDeviceKind.mouse,
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.trackpad,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
child: _buildView(context))),
|
child: _buildView(context))),
|
||||||
|
|||||||
@@ -110,6 +110,7 @@ class _UsersPage extends State<UsersPage> with ThemeModeWidget, IsTopWidget2 {
|
|||||||
dragDevices: {
|
dragDevices: {
|
||||||
PointerDeviceKind.touch,
|
PointerDeviceKind.touch,
|
||||||
PointerDeviceKind.mouse,
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.trackpad,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
child: _buildUserList(context))),
|
child: _buildUserList(context))),
|
||||||
|
|||||||
Reference in New Issue
Block a user