Skip to content

Commit

Permalink
Do not select all when focusing on description text field
Browse files Browse the repository at this point in the history
Fixes and closes #63
  • Loading branch information
olpeh committed Feb 3, 2018
1 parent 1dec49a commit 600ca3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qml/pages/Add.qml
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,6 @@ Dialog {
EnterKey.iconSource: "image://theme/icon-enter-close"
EnterKey.onClicked: focus = false
placeholderText: qsTr("Enter an optional description")
onClicked: {
selectAll()
}
}

Item {
Expand Down

0 comments on commit 600ca3e

Please sign in to comment.