mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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