mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
History: move cursor to end of search input field after importing address
This commit is contained in:
parent
2946127ed7
commit
c9ee4bf286
@ -1779,6 +1779,8 @@ Rectangle {
|
||||
|
||||
function searchInHistory(searchTerm){
|
||||
searchInput.text = searchTerm;
|
||||
searchInput.forceActiveFocus();
|
||||
searchInput.cursorPosition = searchInput.text.length;
|
||||
sortAndFilter.collapsed = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user