Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-20 21:08:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-20 21:08:18 +0300
commit96b01499986c01d0c95176860a7606b7616a3836 (patch)
treef394d46a0f7043984ddd5d51f8c408df035a5b89 /app/assets/javascripts/notes/components/comment_form.vue
parent849e6f56ae6d29014a6d73f0533144adc9619e87 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/notes/components/comment_form.vue')
-rw-r--r--app/assets/javascripts/notes/components/comment_form.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/comment_form.vue b/app/assets/javascripts/notes/components/comment_form.vue
index d78b48e0a6d..4bcddb260e1 100644
--- a/app/assets/javascripts/notes/components/comment_form.vue
+++ b/app/assets/javascripts/notes/components/comment_form.vue
@@ -364,7 +364,6 @@ export default {
:autosave-key="autosaveKey"
:disabled="isSubmitting"
supports-quick-actions
- autofocus
@keydown.up="editCurrentUserLastNote()"
@keydown.meta.enter="handleEnter()"
@keydown.ctrl.enter="handleEnter()"