This commit is contained in:
David Heinemeier Hansson
2025-04-12 11:07:27 +02:00
parent 735a12abfc
commit ecffdc2af4
+1
View File
@@ -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