View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/667 Closes #724 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
80c3acf731
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ const submitText = computed((): string => {
|
|||
});
|
||||
|
||||
const textLength = computed((): number => {
|
||||
return (text.value + imeText.value).trim().length;
|
||||
return (text.value + imeText.value).trim().length + (cw.value?.trim().length ?? 0);
|
||||
});
|
||||
|
||||
const maxTextLength = computed((): number => {
|
||||
|
|
Loading…
Reference in a new issue