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:
authorFatih Acet <acetfatih@gmail.com>2017-08-21 21:48:09 +0300
committerFatih Acet <acetfatih@gmail.com>2017-08-21 21:48:09 +0300
commit48acfb5c058df92e419a4012c4a2effff9f5ddfa (patch)
treece20e7418681e4ce03b3501ad53e888b3c4f6b8f /app/assets/javascripts/notes
parentadc73379f3bc41c2ffa50e0437a101458ff65f58 (diff)
IssueNotesRefactor: Show Cmd+Enter to comment tooltip.
Diffstat (limited to 'app/assets/javascripts/notes')
-rw-r--r--app/assets/javascripts/notes/components/issue_comment_form.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/notes/components/issue_comment_form.vue b/app/assets/javascripts/notes/components/issue_comment_form.vue
index 421ed7ab686..cb19dc9eb4b 100644
--- a/app/assets/javascripts/notes/components/issue_comment_form.vue
+++ b/app/assets/javascripts/notes/components/issue_comment_form.vue
@@ -258,10 +258,10 @@
<div class="note-form-actions">
<div class="pull-left btn-group append-right-10 comment-type-dropdown js-comment-type-dropdown droplab-dropdown">
<button
- @click="handleSave()"
+ @click.prevent="handleSave()"
:disabled="isSubmitButtonDisabled"
class="btn btn-create comment-btn js-comment-button js-comment-submit-button"
- type="button">
+ type="submit">
{{commentButtonTitle}}
</button>
<button