mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #3536
cea712e
History: close sortAndFilter when exiting Transactions page (rating89us)
This commit is contained in:
commit
124a8b5f4e
1 changed files with 1 additions and 0 deletions
|
@ -1807,6 +1807,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearFields() {
|
function clearFields() {
|
||||||
|
sortAndFilter.collapsed = false;
|
||||||
searchInput.text = "";
|
searchInput.text = "";
|
||||||
root.txDataCollapsed = [];
|
root.txDataCollapsed = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue