|
|
@ -994,6 +994,7 @@ export const FileExplorer = (props: FileExplorerProps) => { |
|
|
|
label={ |
|
|
|
label={ |
|
|
|
<div onClick={(e) => { |
|
|
|
<div onClick={(e) => { |
|
|
|
e.stopPropagation() |
|
|
|
e.stopPropagation() |
|
|
|
|
|
|
|
if (e && (e.target as any).getAttribute('data-id') === 'fileExplorerUploadFileuploadFile') return // we don't want to let propagate the input of type file
|
|
|
|
let expandPath = [] |
|
|
|
let expandPath = [] |
|
|
|
|
|
|
|
|
|
|
|
if (!state.expandPath.includes(props.name)) { |
|
|
|
if (!state.expandPath.includes(props.name)) { |
|
|
|