Autofocus Emoji search text field

This commit is contained in:
Zach Fox 2019-08-15 12:23:29 -07:00
parent 0338b0258c
commit 38743f924f

View file

@ -51,7 +51,7 @@ Rectangle {
} }
Component.onCompleted: { Component.onCompleted: {
root.forceActiveFocus(); emojiSearchTextField.forceActiveFocus();
/* /*
MILAD NOTE: MILAD NOTE:
The emoji list we have is a node transformed list of all the UTF emojis with meta info. The emoji list we have is a node transformed list of all the UTF emojis with meta info.