Skip to content

Commit

Permalink
UBERF-4868: disable draft saving for comment editing (#4332)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
  • Loading branch information
kristina-fefelova authored Jan 10, 2024
1 parent 8900b1e commit 2852c1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<ChatMessageInput
bind:this={refInput}
chatMessage={value}
shouldSaveDraft={false}
{object}
on:submit={() => {
isEditing = false
Expand Down

0 comments on commit 2852c1e

Please sign in to comment.