1
0
Fork 1
forked from fedi/mastodon

character limit

This commit is contained in:
talon 2022-11-14 18:10:02 -07:00
parent 5a9000cf46
commit 8229413089

View file

@ -277,12 +277,8 @@ class ComposeForm extends ImmutablePureComponent {
</div> </div>
<div className='character-counter__wrapper'> <div className='character-counter__wrapper'>
<CharacterCounter max={500} text={this.getFulltextForCharacterCounting()} /> <CharacterCounter max={5000} text={this.getFulltextForCharacterCounting()} />
</div> </div>
<<<<<<< HEAD
<div className='character-counter__wrapper'><CharacterCounter max={5000} text={this.getFulltextForCharacterCounting()} /></div>
=======
>>>>>>> v3.5.3
</div> </div>
<div className='compose-form__publish'> <div className='compose-form__publish'>