mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
edd8112dda
commit
1b067aab42
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue