mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #684 from thombles/clear-emoji-search
Clear emoji search field when picker closed
This commit is contained in:
commit
cdb2167661
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ Menu {
|
|||
onVisibleChanged: {
|
||||
if (visible)
|
||||
forceActiveFocus();
|
||||
|
||||
else
|
||||
clear();
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
|
Loading…
Reference in a new issue