Skip to content

Commit 8650a78

Browse files
fixup! TF-3308 Integrate super_drag_and_drop
1 parent c9f0f82 commit 8650a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/composer/presentation/widgets/web/local_file_drop_zone_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class LocalFileDropZoneWidget extends StatelessWidget {
9898
fileSize: bytes?.length ?? 0,
9999
bytes: bytes,
100100
isInline: item.platformFormats.firstOrNull?.startsWith(Constant.imageType),
101-
type: item.platformFormats.firstOrNull,
101+
type: item.platformFormats.firstOrNull ?? Constant.octetStreamMimeType,
102102
);
103103
},
104104
));

0 commit comments

Comments
 (0)