diff --git a/app/models/card/draft_commenting.rb b/app/models/card/draft_commenting.rb index b2fe3a444..3302928c9 100644 --- a/app/models/card/draft_commenting.rb +++ b/app/models/card/draft_commenting.rb @@ -27,6 +27,7 @@ module Card::DraftCommenting if @draft_comment.present? find_or_build_initial_comment.update! body: @draft_comment, creator: creator end + @draft_comment = nil end end