Users can now drop files into the center pane or the rhs respectively to upload images and other files
Этот коммит содержится в:
@@ -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}
|
||||
|
||||
Ссылка в новой задаче
Block a user