mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Select commit message (fixes #540)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user