feat: Make all text in chat selectable on desktop

This commit is contained in:
krille-chan 2023-11-05 14:07:07 +01:00
commit 809ee213b6
No known key found for this signature in database
4 changed files with 222 additions and 194 deletions

View file

@ -5,7 +5,6 @@ class CustomScrollBehavior extends MaterialScrollBehavior {
@override
Set<PointerDeviceKind> get dragDevices => {
PointerDeviceKind.touch,
PointerDeviceKind.mouse,
PointerDeviceKind.trackpad,
};
}