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 удалений

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

@@ -262,7 +262,9 @@ module.exports = React.createClass({
getFileCount={this.getFileCount}
onUploadStart={this.handleUploadStart}
onFileUpload={this.handleFileUploadComplete}
onUploadError={this.handleUploadError} />
onUploadError={this.handleUploadError}
postType='post'
channelId='' />
</div>
<div className={postFooterClassName}>
{postError}