mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #631
This commit is contained in:
@ -15,7 +15,7 @@ const removeHTML = (text: string): string => {
|
||||
parser.write(text)
|
||||
parser.end()
|
||||
|
||||
return raw
|
||||
return raw.replace(new RegExp(/\s$/), '')
|
||||
}
|
||||
|
||||
export default removeHTML
|
||||
|
Reference in New Issue
Block a user