Commit 7722b6db authored by Don Gagne's avatar Don Gagne

Merge pull request #2826 from DonLakeFlyer/FocusSelect

Don't auto-select on mobile
parents 8e17a4e2 842621e1
......@@ -71,7 +71,7 @@ TextField {
}
onActiveFocusChanged: {
if (activeFocus) {
if (!ScreenTools.isMobile && activeFocus) {
selectAll()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment