-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3308 Drag and drop text composer #3321
base: master
Are you sure you want to change the base?
TF-3308 Drag and drop text composer #3321
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3321. |
lib/features/composer/presentation/widgets/web/local_file_drop_zone_widget.dart
Outdated
Show resolved
Hide resolved
lib/features/composer/presentation/widgets/web/local_file_drop_zone_widget.dart
Outdated
Show resolved
Hide resolved
lib/features/composer/presentation/widgets/web/local_file_drop_zone_widget.dart
Outdated
Show resolved
Hide resolved
Screen.Recording.2024-12-05.at.12.16.01.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please rebase it
71b198c
to
c9f0f82
Compare
fileSize: bytes?.length ?? 0, | ||
bytes: bytes, | ||
isInline: item.platformFormats.firstOrNull?.startsWith(Constant.imageType), | ||
type: item.platformFormats.firstOrNull, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about?
type: item.platformFormats.firstOrNull, | |
type: item.platformFormats.firstOrNull ?? 'application/octet-stream', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Current in ProdScreen.Recording.2024-12-12.at.15.12.33.mov |
Reproducible on Screen.Recording.2024-12-12.at.16.03.43.mov |
|
Screen.Recording.2024-12-12.at.17.07.09.mov |
Screen.Recording.2024-12-16.at.11.25.13.mov |
Issue
Demo
Screen.Recording.2024-12-04.at.16.20.14.mov