Skip to content

Commit

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

if (collapsedHeight > this.contentsNode.clientHeight) (
collapsedHeight = this.contentsNode.clientHeight
if (collapsedHeight > this.clientHeight) (
collapsedHeight = this.clientHeight
)

if (collapsedHeight < 40) (
Expand Down

0 comments on commit bed8495

Please sign in to comment.