From 5a0d0bf653cc5567ab98e1f860621afc4c9f04e3 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 24 Mar 2020 13:01:30 -0700 Subject: [PATCH] Fix focusing of changeset comment field upon save --- modules/ui/changeset_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {