Merge pull request #684 from thombles/clear-emoji-search
Clear emoji search field when picker closed
This commit is contained in:
commit
cdb2167661
@ -72,7 +72,8 @@ Menu {
|
||||
onVisibleChanged: {
|
||||
if (visible)
|
||||
forceActiveFocus();
|
||||
|
||||
else
|
||||
clear();
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
Loading…
Reference in New Issue
Block a user