diff --git a/static/js/compose.js b/static/js/compose.js index 100d08c355..cbe7084ba9 100644 --- a/static/js/compose.js +++ b/static/js/compose.js @@ -273,8 +273,8 @@ export function enter_with_preview_open() { // If enter_sends is enabled, we attempt to send the message finish(); } else { - // Otherwise, we return to the compose box and focus it - $("#compose-textarea").trigger("focus"); + // Otherwise, we return to the normal compose state. + clear_preview_area(); } }