diff --git a/src/status_im/chat/models/input.cljs b/src/status_im/chat/models/input.cljs index 1f5f4ad2d4..c0e1bfb5ee 100644 --- a/src/status_im/chat/models/input.cljs +++ b/src/status_im/chat/models/input.cljs @@ -236,7 +236,7 @@ :js-response true :on-error #(log/error "failed to edit message " %) :on-success #(re-frame/dispatch [:sanitize-messages-and-process-response %])}]} - (clean-input (:current-chat-id db)) + (cancel-message-edit) (process-cooldown))) (fx/defn send-current-message