Clear search text in StickerPicker when the popup closes

Same as emoji picker.
pull/918/head
tastytea 3 years ago
parent fcefdb7ca6
commit eb13bed201
No known key found for this signature in database
  1. 3
      resources/qml/emoji/StickerPicker.qml

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

Loading…
Cancel
Save