Skip to content

Commit b19814f

Browse files
committed
fix(comments): expand long comment on click
This is a temporary fix that only applies while the server is still using Vue 2.x (or `@nextcloud/vue` 8.x). Once migrated to Vue 3.x, this fix may be reverted. Signed-off-by: Edward Ly <contact@edward.ly>
1 parent 0eda3a3 commit b19814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/comments/src/components/Comment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
:class="{'comment__message--expanded': expanded}"
9696
:text="richContent.message"
9797
:arguments="richContent.mentions"
98-
@click="onExpand" />
98+
@click.native="onExpand" />
9999
</div>
100100
</component>
101101
</template>

0 commit comments

Comments
 (0)