diff --git a/static/js/hotkey.js b/static/js/hotkey.js index 7e33c7fea9..a2772aff4a 100644 --- a/static/js/hotkey.js +++ b/static/js/hotkey.js @@ -119,6 +119,9 @@ function process_hotkey(e) { } if ($(e.target).is(".editable-section")) { + if (event_name === "enter") { + $(e.target).parent().find(".checkmark").click(); + } return false; }