brand new version, lesse

cordova v22.7.20-1439
Valerie 2022-07-20 19:54:02 -04:00
parent ba37c52417
commit 7d49867b14
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default () => {
const sendMessage = useCallback(() => {
if(textBoxRef.current === null) return;
send('message', createMessage('Version 2', textBoxRef.current.innerText));
send('message', createMessage('Version 3', textBoxRef.current.innerText));
textBoxRef.current.innerText = '';
}, []);