Merge pull request #55179 from nextcloud/fix/click-expand-comment

fix(comments): expand long comment on click
chore/chunked_orphan_delete
Andy Scherzinger 2 weeks ago committed by GitHub
commit 20a1be4832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/comments/src/components/Comment.vue
  2. 4
      dist/7462-7462.js
  3. 2
      dist/7462-7462.js.map
  4. 4
      dist/comments-comments-app.js
  5. 2
      dist/comments-comments-app.js.map
  6. 4
      dist/comments-comments-tab.js
  7. 2
      dist/comments-comments-tab.js.map

@ -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
Loading…
Cancel
Save