Commit f34582fe authored by Phil Hughes's avatar Phil Hughes

Merge branch 'resolve-ee-ce-diff-of-noteable-discussion' into 'master'

Resolve EE / CE diff of noteable_discussion

See merge request gitlab-org/gitlab-ce!27562
parents 68dbdca7 a773082e
...@@ -454,8 +454,13 @@ Please check your network connection and try again.`; ...@@ -454,8 +454,13 @@ Please check your network connection and try again.`;
</component> </component>
</template> </template>
</ul> </ul>
<draft-note
v-if="showDraft(discussion.reply_id)"
:key="`draft_${discussion.id}`"
:draft="draftForDiscussion(discussion.reply_id)"
/>
<div <div
v-if="isExpanded || !hasReplies" v-else-if="isExpanded || !hasReplies"
:class="{ 'is-replying': isReplying }" :class="{ 'is-replying': isReplying }"
class="discussion-reply-holder" class="discussion-reply-holder"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment