History: close sortAndFilter when exiting Transactions page

This commit is contained in:
rating89us 2021-06-07 11:31:40 +02:00 committed by GitHub
parent 2946127ed7
commit cea712e51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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