mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
History: close sortAndFilter when exiting Transactions page
This commit is contained in:
parent
2946127ed7
commit
cea712e51d
1 changed files with 1 additions and 0 deletions
|
@ -1783,6 +1783,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
function clearFields() {
|
||||
sortAndFilter.collapsed = false;
|
||||
searchInput.text = "";
|
||||
root.txDataCollapsed = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue