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: {
|
onVisibleChanged: {
|
||||||
if (visible)
|
if (visible)
|
||||||
forceActiveFocus();
|
forceActiveFocus();
|
||||||
|
else
|
||||||
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
Loading…
Reference in New Issue
Block a user