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>2022-06-27 15:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-27 15:09:11 +0300
commitbbd945a9eaeaf8ff084fcd5f697902fe9f67ccdb (patch)
tree13b9560127c27ab667f2d365ee8f19f6887de4d0 /app/assets/javascripts/diffs
parent1f84ff323d6928b7be627484fdc88d5aa651f0f4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/diffs')
-rw-r--r--app/assets/javascripts/diffs/components/diff_line_note_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_line_note_form.vue b/app/assets/javascripts/diffs/components/diff_line_note_form.vue
index ebc68bafb9a..467a0f8d2db 100644
--- a/app/assets/javascripts/diffs/components/diff_line_note_form.vue
+++ b/app/assets/javascripts/diffs/components/diff_line_note_form.vue
@@ -206,6 +206,7 @@ export default {
);
},
updateStartLine(line) {
+ this.commentLineStart = line;
this.lines.start = line;
},
},
@@ -216,7 +217,6 @@ export default {
<div class="content discussion-form discussion-form-container discussion-notes">
<div class="gl-mb-3 gl-text-gray-500 gl-pb-3">
<multiline-comment-form
- v-model="commentLineStart"
:line="line"
:line-range="lines"
:comment-line-options="commentLineOptions"