Fix cannot drag & drop attachment from email detailed view to composer on web
This commit is contained in:
@@ -315,6 +315,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
margin: ComposerStyle.insertImageLoadingBarMargin,
|
margin: ComposerStyle.insertImageLoadingBarMargin,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
iframeOverlay,
|
||||||
Obx(() {
|
Obx(() {
|
||||||
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
||||||
return Positioned.fill(
|
return Positioned.fill(
|
||||||
@@ -352,7 +353,6 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
return const SizedBox.shrink();
|
return const SizedBox.shrink();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
iframeOverlay,
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -634,6 +634,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
margin: ComposerStyle.insertImageLoadingBarMargin,
|
margin: ComposerStyle.insertImageLoadingBarMargin,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
iframeOverlay,
|
||||||
Obx(() {
|
Obx(() {
|
||||||
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
||||||
return Positioned.fill(
|
return Positioned.fill(
|
||||||
@@ -671,7 +672,6 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
return const SizedBox.shrink();
|
return const SizedBox.shrink();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
iframeOverlay,
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -955,6 +955,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
margin: ComposerStyle.insertImageLoadingBarMargin,
|
margin: ComposerStyle.insertImageLoadingBarMargin,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
iframeOverlay,
|
||||||
Obx(() {
|
Obx(() {
|
||||||
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
if (controller.mailboxDashBoardController.isAttachmentDraggableAppActive) {
|
||||||
return Positioned.fill(
|
return Positioned.fill(
|
||||||
@@ -992,7 +993,6 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
return const SizedBox.shrink();
|
return const SizedBox.shrink();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
iframeOverlay,
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user