Select commit message (fixes #540)

This commit is contained in:
John Firebaugh
2013-01-28 12:07:53 -05:00
parent e69f613b51
commit c7fdfe2def

View File

@@ -63,7 +63,8 @@ iD.ui.commit = function(map) {
comment_section.append('textarea')
.attr('class', 'changeset-comment')
.attr('placeholder', 'Brief Description of your contributions')
.property('value', localStorage.comment || '');
.property('value', localStorage.comment || '')
.node().select();
// Confirm / Cancel Buttons
var buttonwrap = comment_section.append('div')