TF-2116 Apply new design attachment in web composer

(cherry picked from commit 0e0773159fc6c1ed4d44f078a184d2b0f315d360)
This commit is contained in:
dab246
2023-09-06 19:14:59 +07:00
committed by Dat H. Pham
parent d3533e2f28
commit 6bd922dcad
5 changed files with 124 additions and 121 deletions
@@ -162,6 +162,8 @@ class ComposerController extends BaseController {
String? _initTextEditor;
double? maxWithEditor;
EmailId? _emailIdEditing;
bool isAttachmentCollapsed = false;
late Worker uploadInlineImageWorker;
late Worker dashboardViewStateWorker;