1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Basically matching all none whitespace characters
This commit is contained in:
xmflsct
2022-11-12 12:02:28 +01:00
parent 4d7606cd53
commit c8c3adf088
6 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,8 @@ import React, { useContext } from 'react'
import { useTranslation } from 'react-i18next'
import { Alert } from 'react-native'
import { useSelector } from 'react-redux'
import formatText from '../../formatText'
import ComposeContext from '../../utils/createContext'
import formatText from '../../utils/formatText'
import { uploadAttachment } from '../Footer/addAttachment'
const ComposeTextInput: React.FC = () => {