popover_menus: Remove incorrect return.

This commit is contained in:
Aman Agrawal
2022-12-04 05:43:20 +00:00
committed by Tim Abbott
parent 2bbeef301a
commit 43578847e3

View File

@@ -174,7 +174,7 @@ export function initialize() {
// press Enter to send.
$("#compose-textarea").trigger("focus");
return channel.patch({
channel.patch({
url: "/json/settings",
data: {enter_sends: selected_behaviour},
});