mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Clear search text in StickerPicker when the popup closes
Same as emoji picker.
This commit is contained in:
parent
fcefdb7ca6
commit
eb13bed201
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ Menu {
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
if (visible)
|
if (visible)
|
||||||
forceActiveFocus();
|
forceActiveFocus();
|
||||||
|
else
|
||||||
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
|
Loading…
Reference in a new issue