mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-10 22:45:15 +00:00
fix maxChars display bug
This commit is contained in:
parent
1c2e3b6e93
commit
decb67f691
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
<PrivacyDropdownContainer />
|
||||
<SpoilerButtonContainer />
|
||||
</div>
|
||||
<div className='character-counter__wrapper'><CharacterCounter max={500} text={this.getFulltextForCharacterCounting()} /></div>
|
||||
<div className='character-counter__wrapper'><CharacterCounter max={maxChars} text={this.getFulltextForCharacterCounting()} /></div>
|
||||
</div>
|
||||
|
||||
<div className='compose-form__publish'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue