mirror of
https://github.com/ascribe/onion.git
synced 2025-01-09 13:21:44 +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() {
|
render() {
|
||||||
let previewElement;
|
let previewElement;
|
||||||
|
|
||||||
|
@ -221,6 +221,7 @@ var ReactS3FineUploader = React.createClass({
|
|||||||
|
|
||||||
onCancel() {
|
onCancel() {
|
||||||
console.log('cancel');
|
console.log('cancel');
|
||||||
|
// handle file removal here, for this.state.filesToUpload (same as in onDeleteComplete)
|
||||||
},
|
},
|
||||||
|
|
||||||
onSessionRequestComplete() {
|
onSessionRequestComplete() {
|
||||||
|
Loading…
Reference in New Issue
Block a user