mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
History: move cursor to end of search input field after importing address
This commit is contained in:
parent
2946127ed7
commit
c9ee4bf286
1 changed files with 2 additions and 0 deletions
|
@ -1779,6 +1779,8 @@ Rectangle {
|
||||||
|
|
||||||
function searchInHistory(searchTerm){
|
function searchInHistory(searchTerm){
|
||||||
searchInput.text = searchTerm;
|
searchInput.text = searchTerm;
|
||||||
|
searchInput.forceActiveFocus();
|
||||||
|
searchInput.cursorPosition = searchInput.text.length;
|
||||||
sortAndFilter.collapsed = true;
|
sortAndFilter.collapsed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue