From 49d7830886ae7ee6931b4b6a6ec574a71550e31b Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 24 Aug 2023 17:06:42 -0500 Subject: [PATCH] compose: Render Mac-specific Cmd, Return at compose bottom. --- web/src/ui_init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/ui_init.js b/web/src/ui_init.js index c312d901a4..4aa4e4f618 100644 --- a/web/src/ui_init.js +++ b/web/src/ui_init.js @@ -235,7 +235,7 @@ function initialize_compose_box() { }), ); $(`.enter_sends_${user_settings.enter_sends}`).show(); - common.adjust_mac_kbd_tags(".enter_sends kbd"); + common.adjust_mac_kbd_tags(".open_enter_sends_dialog kbd"); } function initialize_message_feed_errors() {