Disable keyboard close when emojimenu button is pushed

This commit is contained in:
Angela Mazzurco 2017-09-07 18:33:57 +02:00
parent d9804928dc
commit bbd139ae0e

View File

@ -285,7 +285,6 @@ Item
onClicked: {
if (emojiPicker.state == "EMOJI_HIDDEN") {
emojiPicker.state = "EMOJI_SHOWN"
Qt.inputMethod.hide();
} else {
emojiPicker.state = "EMOJI_HIDDEN"
}