mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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: {
|
||||
if (visible)
|
||||
forceActiveFocus();
|
||||
|
||||
else
|
||||
clear();
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
|
Loading…
Reference in a new issue