mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
* fixes #267 dragZone listener getting confused Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * remove log Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
1de72d7325
commit
8d3ca0887f
@@ -6,7 +6,7 @@ function setInputStepInit() {
|
||||
var dropzone = $(options.dropZoneSelector);
|
||||
var fileInput = $(options.fileInputSelector);
|
||||
|
||||
onLoad = options.onLoad;
|
||||
var onLoad = options.onLoad;
|
||||
|
||||
var reader = new FileReader();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user