Skip to content
Snippets Groups Projects
Commit a0cbb07e authored by Karishma Chadha's avatar Karishma Chadha
Browse files

Remove preventDefault which was preventing the input file browser from popping up

parent 1f0d0e7e
No related branches found
No related tags found
Loading
......@@ -34,8 +34,7 @@ class StageSelector extends React.Component {
};
return this.props.vm.addBackdrop(item.md5, vmBackdrop);
}
handleClick (e) {
// if (!this.fileInput || e.target !== this.fileInput) e.preventDefault();
handleClick () {
this.props.onSelect(this.props.id);
}
handleSurpriseBackdrop () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment