TF-4064 Fix drag but con not drop on mobile
This commit is contained in:
@@ -299,7 +299,6 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
if (PlatformInfo.isWeb || widget.isTestingForWeb) {
|
|
||||||
return DragTarget<DraggableEmailAddress>(
|
return DragTarget<DraggableEmailAddress>(
|
||||||
builder: (context, candidateData, rejectedData) {
|
builder: (context, candidateData, rejectedData) {
|
||||||
return tagEditor;
|
return tagEditor;
|
||||||
@@ -320,9 +319,6 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
return tagEditor;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user