-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Card - Comments
-
None
-
Minor
Issue Summary
Commenting on a code block pre-populates the same comment again when trying to write a new comment.
Steps to Reproduce
- Create a new Trello Card.
- Enter a comment containing only a code block: ``` code block text ```
- Press Ctrl-Enter to save the comment.
- Click on "Write a comment..." to begin entering a new comment.
- New comment automatically pre-populates with the previously saved code block.
Expected Results
New comments should not pre-populate the previous comment.
Actual Results
The code block is pre-populated in the new comment.
Workaround
Click on the Save button instead of saving with keyboard shortcut.