CE backport of reply button tracker refactor

EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12578
This commit is contained in:
Constance Okoghenun 2019-05-13 14:58:00 -05:00
parent cea4f38529
commit 0584846d75

View file

@ -19,7 +19,7 @@ export default {
<gl-button
ref="button"
v-gl-tooltip
class="note-action-button"
class="note-action-button js-note-action-reply"
variant="transparent"
:title="__('Reply to comment')"
@click="$emit('startReplying')"