TF-2116 Insert image at mouse cursor position
(cherry picked from commit cb347e5077eddb1366daf706aa87eb2291f71aab)
This commit is contained in:
@@ -4,11 +4,12 @@ import 'package:tmail_ui_user/features/upload/presentation/model/upload_file_sta
|
||||
|
||||
extension UploadAttachmentExtension on UploadAttachment {
|
||||
|
||||
UploadFileState toUploadFileState() {
|
||||
UploadFileState toUploadFileState({bool fromFileShared = false}) {
|
||||
return UploadFileState(
|
||||
uploadTaskId,
|
||||
file: fileInfo,
|
||||
cancelToken: cancelToken
|
||||
cancelToken: cancelToken,
|
||||
fromFileShared: fromFileShared,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user