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>
pull/55242/head
Edward Ly 2025-09-18 15:32:26 +07:00
parent 085edbf633
commit 7922aa5715
No known key found for this signature in database
GPG Key ID: 62EA9B12D5B3AC47
1 changed files with 1 additions and 1 deletions

@ -95,7 +95,7 @@
:class="{'comment__message--expanded': expanded}"
:text="richContent.message"
:arguments="richContent.mentions"
@click="onExpand" />
@click.native="onExpand" />
</div>
</component>
</template>