Browse Source

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

fix(comments): expand long comment on click
chore/chunked_orphan_delete
Andy Scherzinger 2 months ago
committed by GitHub
parent
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

2
apps/comments/src/components/Comment.vue

@ -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
File diff suppressed because it is too large
View File

2
dist/7462-7462.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-app.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-app.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-tab.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save