Merge pull request #684 from thombles/clear-emoji-search

Clear emoji search field when picker closed
This commit is contained in:
DeepBlueV7.X 2021-08-19 15:05:40 +00:00 committed by GitHub
commit cdb2167661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ Menu {
onVisibleChanged: {
if (visible)
forceActiveFocus();
else
clear();
}
Timer {