Merge pull request #918 from tastytea/stickerpicker-reapply-search

Clear search text in StickerPicker when the popup closes
This commit is contained in:
DeepBlueV7.X 2022-02-03 11:00:07 +01:00 committed by GitHub
commit b30616e183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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