tried fix for mip bug
This commit is contained in:
@@ -938,7 +938,9 @@ class MessageInputState extends State<MessageInput>
|
|||||||
|
|
||||||
// Reset the og attachment if the text doesn't contain any url
|
// Reset the og attachment if the text doesn't contain any url
|
||||||
if (matchedUrls.isEmpty) {
|
if (matchedUrls.isEmpty) {
|
||||||
_effectiveController.clearOGAttachment();
|
_effectiveController
|
||||||
|
..text = value
|
||||||
|
..clearOGAttachment();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user