fix: Giphy corrections
This commit is contained in:
@@ -941,7 +941,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(_giphyEnabled) {
|
if(_giphyEnabled) {
|
||||||
text = '/giphy' + text;
|
text = '/giphy ' + text;
|
||||||
}
|
}
|
||||||
|
|
||||||
final attachments = List<_SendingAttachment>.from(_attachments);
|
final attachments = List<_SendingAttachment>.from(_attachments);
|
||||||
@@ -952,6 +952,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
setState(() {
|
setState(() {
|
||||||
_messageIsPresent = false;
|
_messageIsPresent = false;
|
||||||
_typingStarted = false;
|
_typingStarted = false;
|
||||||
|
_giphyEnabled = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
_commandsOverlay?.remove();
|
_commandsOverlay?.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user