forked from Public/monero-gui
History: move cursor to end of search input field after importing address
This commit is contained in:
@@ -1779,6 +1779,8 @@ Rectangle {
|
||||
|
||||
function searchInHistory(searchTerm){
|
||||
searchInput.text = searchTerm;
|
||||
searchInput.forceActiveFocus();
|
||||
searchInput.cursorPosition = searchInput.text.length;
|
||||
sortAndFilter.collapsed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user