Merge pull request #918 from tastytea/stickerpicker-reapply-search
Clear search text in StickerPicker when the popup closes
This commit is contained in:
commit
b30616e183
@ -75,7 +75,8 @@ Menu {
|
||||
onVisibleChanged: {
|
||||
if (visible)
|
||||
forceActiveFocus();
|
||||
|
||||
else
|
||||
clear();
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
Loading…
Reference in New Issue
Block a user