mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
Autofocus Emoji search text field
This commit is contained in:
parent
0338b0258c
commit
38743f924f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
root.forceActiveFocus();
|
||||
emojiSearchTextField.forceActiveFocus();
|
||||
/*
|
||||
MILAD NOTE:
|
||||
The emoji list we have is a node transformed list of all the UTF emojis with meta info.
|
||||
|
|
Loading…
Reference in a new issue