🩹 front: do not share global input object between folder and file uploads (#861)
This commit is contained in:
@@ -63,7 +63,7 @@ export default class UploadZone extends React.Component<PropsType, StateType> {
|
|||||||
sharedFileInput = this.file_input;
|
sharedFileInput = this.file_input;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.file_input = sharedFileInput;
|
this.file_input = this.props.directory ? sharedFolderInput : sharedFileInput;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user