mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +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){
|
||||
searchInput.text = searchTerm;
|
||||
searchInput.forceActiveFocus();
|
||||
searchInput.cursorPosition = searchInput.text.length;
|
||||
sortAndFilter.collapsed = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user