diff --git a/CHANGELOG.md b/CHANGELOG.md index dff74783..e6b6f6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ * Run periodic tasks in background * Add user option to force change password on next login * Fix finding.created not included in design preview data +* Allow marking resolved comments as open +* UI: Create comments with Ctrl+Alt+M +* UI: Save comment texts with Ctrl+Enter * UI: fix line break in logo text on Firefox diff --git a/packages/frontend/src/components/Comment/Btn.vue b/packages/frontend/src/components/Comment/Btn.vue index 14c1da21..d8612331 100644 --- a/packages/frontend/src/components/Comment/Btn.vue +++ b/packages/frontend/src/components/Comment/Btn.vue @@ -1,6 +1,7 @@