mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
add todo
This commit is contained in:
parent
08f574a42b
commit
12da6c1426
@ -27,6 +27,9 @@ let FileDragAndDropPreview = React.createClass({
|
||||
}
|
||||
},
|
||||
|
||||
// implement a handle cancel action here that triggers fineuploaders cancel method
|
||||
// to delete files that are currently uploading
|
||||
|
||||
render() {
|
||||
let previewElement;
|
||||
|
||||
|
@ -221,6 +221,7 @@ var ReactS3FineUploader = React.createClass({
|
||||
|
||||
onCancel() {
|
||||
console.log('cancel');
|
||||
// handle file removal here, for this.state.filesToUpload (same as in onDeleteComplete)
|
||||
},
|
||||
|
||||
onSessionRequestComplete() {
|
||||
|
Loading…
Reference in New Issue
Block a user