Skip to content

Commit 76e1a98

Browse files
Merge pull request #55244 from nextcloud/backport/55179/stable31
[stable31] fix(comments): expand long comment on click
2 parents 99a9420 + 356f5be commit 76e1a98

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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>

dist/7462-7462.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/7462-7462.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)