mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #3522
c9ee4bf
History: move cursor to end of search input field after importing address (rating89us)
This commit is contained in:
commit
b07016b7cd
@ -1794,6 +1794,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 New Issue
Block a user