summaryrefslogtreecommitdiffstats
path: root/webapp/components/file_upload.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/file_upload.jsx')
-rw-r--r--webapp/components/file_upload.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/file_upload.jsx b/webapp/components/file_upload.jsx
index 1201948d8..5734dc01e 100644
--- a/webapp/components/file_upload.jsx
+++ b/webapp/components/file_upload.jsx
@@ -40,6 +40,8 @@ class FileUpload extends React.Component {
this.handleChange = this.handleChange.bind(this);
this.handleDrop = this.handleDrop.bind(this);
this.cancelUpload = this.cancelUpload.bind(this);
+ this.pasteUpload = this.pasteUpload.bind(this);
+ this.keyUpload = this.keyUpload.bind(this);
this.state = {
requests: {}