Merge pull request #55242 from nextcloud/backport/55179/stable32

[stable32] fix(comments): expand long comment on click
This commit is contained in:
Edward Ly 2025-10-15 07:40:37 -07:00 committed by GitHub
commit 4d99e4bbaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

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>

4
dist/7462-7462.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long