Fix focusing of changeset comment field upon save

This commit is contained in:
Quincy Morgan
2020-03-24 13:01:30 -07:00
parent ece8b90be2
commit 5a0d0bf653
+1 -1
View File
@@ -54,7 +54,7 @@ export function uiChangesetEditor(context) {
if (initial) {
var commentField = selection.select('#preset-input-comment');
var commentField = selection.select('.form-field-comment textarea');
var commentNode = commentField.node();
if (commentNode) {