Clear search text in StickerPicker when the popup closes

Same as emoji picker.
This commit is contained in:
tastytea 2022-02-02 17:24:20 +01:00
parent fcefdb7ca6
commit eb13bed201
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

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