mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
ImageThreshold.js and ImageSelect.js bugfixes
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = function ImageSelect(options) {
|
||||
|
||||
// this module is unique because it creates the image
|
||||
function draw(image) {
|
||||
options.el.html(image);
|
||||
el.html(image);
|
||||
if (options.output) options.output(image);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user