Skip to content
Snippets Groups Projects
Commit 8ee043f0 authored by Thomas Karpiniec's avatar Thomas Karpiniec
Browse files

Clear emoji search field when picker closed

parent 3d2f5033
No related branches found
No related tags found
No related merge requests found
Pipeline #1630 passed
......@@ -72,7 +72,8 @@ Menu {
onVisibleChanged: {
if (visible)
forceActiveFocus();
else
clear();
}
Timer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment