diff --git a/modules/ui/changeset_editor.js b/modules/ui/changeset_editor.js index 121861294..87181fd7c 100644 --- a/modules/ui/changeset_editor.js +++ b/modules/ui/changeset_editor.js @@ -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) {