mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +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: {
|
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.
|
||||||
|
|
Loading…
Reference in a new issue