Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jul 1, 2024
1 parent bed8495 commit f81c448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/javascript/flavours/blobfox/components/status_content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ class StatusContent extends PureComponent {
collapsedHeight = 40
)

collapsedHeight = this.clientHeight;

if (status.get('spoiler_text').length > 0) {
let mentionsPlaceholder = '';

Expand Down

0 comments on commit f81c448

Please sign in to comment.