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>
This commit is contained in:
Edward Ly 2025-09-18 15:32:26 -07:00 committed by Andy Scherzinger
parent edd8112dda
commit 1b067aab42

View file

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