Move file sharing input inside form element

master
Torjus 2018-07-27 12:14:02 +02:00
parent 24f51cab8d
commit 97a112ed12
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ class Chat extends Component
<div data-component='Chat'>
<MessageList />
<FileSharing />
<form
data-component='Sender'
onSubmit={(e) => { onSendMessage(e, displayName, picture); }}
>
<FileSharing />
<input
type='text'
className='new-message'