Case 21890 - Marketplace search doesn't refresh when enter is pressed

This commit is contained in:
Roxanne Skelly 2019-04-05 15:20:23 -07:00
parent fd245b61ab
commit 057ee2b01c

View file

@ -336,6 +336,8 @@ Rectangle {
case Qt.Key_Return:
case Qt.Key_Enter:
event.accepted = true;
keypressTimer.stop();
root.searchString = searchField.text;
searchField.text = "";
getMarketplaceItems();