fix(gif popup): fix the popup after sending a GIF

Close #6083
This commit is contained in:
Lukáš Tinkl 2022-07-05 10:51:29 +02:00 committed by Lukáš Tinkl
parent 6c155092a4
commit 94bf0a0f88
1 changed files with 1 additions and 1 deletions

View File

@ -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;