Users can now drop files into the center pane or the rhs respectively to upload images and other files

Этот коммит содержится в:
Reed Garmsen
2015-08-07 14:24:09 -07:00
родитель 9bbeef208f
Коммит 1fa436b4f9
5 изменённых файлов: 79 добавлений и 54 удалений

Просмотреть файл

@@ -222,7 +222,9 @@ module.exports = React.createClass({
getFileCount={this.getFileCount}
onUploadStart={this.handleUploadStart}
onFileUpload={this.handleFileUploadComplete}
onUploadError={this.handleUploadError} />
onUploadError={this.handleUploadError}
postType='comment'
channelId={this.props.channelId} />
</div>
<MsgTyping channelId={this.props.channelId} parentId={this.props.rootId} />
<div className={postFooterClassName}>