remove maxlength from edit message

This commit is contained in:
hippoz 2022-09-01 16:39:46 +03:00
parent 5d18c631d7
commit ec71cea0dd
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -59,7 +59,7 @@
<label class="input-label">
Content
<input class="input full-width" minlength="1" maxlength="32" bind:value={ messageContent } />
<input class="input full-width" minlength="1" bind:value={ messageContent } />
</label>
<div class="modal-footer">