diff --git a/modules/ui/note_editor.js b/modules/ui/note_editor.js index 73392d325..7334a37fa 100644 --- a/modules/ui/note_editor.js +++ b/modules/ui/note_editor.js @@ -370,7 +370,8 @@ export function uiNoteEditor(context) { var action = (d.status === 'open' ? 'close' : 'open'); var andComment = (d.newComment ? '_comment' : ''); return t.html('note.' + action + andComment); - }) + }); + buttonSection.select('.status-button') .on('click.status', clickStatus); buttonSection.select('.comment-button') // select and propagate data