Merge pull request #3536

cea712e History: close sortAndFilter when exiting Transactions page (rating89us)
This commit is contained in:
luigi1111 2021-06-10 11:03:31 -05:00
commit 124a8b5f4e
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1807,6 +1807,7 @@ Rectangle {
}
function clearFields() {
sortAndFilter.collapsed = false;
searchInput.text = "";
root.txDataCollapsed = [];
}