Skip to content

Bugfix for Multiple File Upload Dialogs

Fixes issue #426 (closed), where a page with multiple dropzones can accidentally trigger multiple file upload dialogs when the user clicks the "selecting them" link.

By specifying the closest "div-dropzone-wrapper" before sending a click to "div-dropzone", duplicate events are prevented from firing.

Merge request reports