Skip to content
Snippets Groups Projects
Commit 0ebb2947 authored by Jedi18's avatar Jedi18
Browse files

focus and select text on clicking edit button

parent e09e5877
No related branches found
No related tags found
No related merge requests found
Pipeline #550 failed
......@@ -65,6 +65,8 @@ ApplicationWindow {
displayUsername.isUsernameEditingAllowed = false
} else {
displayUsername.isUsernameEditingAllowed = true
displayUsername.focus = true
displayUsername.selectAll()
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment