diff --git a/ui/imports/shared/status/StatusChatInput.qml b/ui/imports/shared/status/StatusChatInput.qml index 5a430ae7f5c..277c143ef8f 100644 --- a/ui/imports/shared/status/StatusChatInput.qml +++ b/ui/imports/shared/status/StatusChatInput.qml @@ -35,7 +35,7 @@ Rectangle { property var emojiPopup: null // Use this to only enable the Connections only when this Input opens the Emoji popup property bool emojiPopupOpened: false - property bool closeGifPopupAfterSelection: false + property bool closeGifPopupAfterSelection: true property bool emojiEvent: false; property bool paste: false;