mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
modify some code
This commit is contained in:
@@ -89,7 +89,7 @@ class DirentGridItem extends React.Component {
|
||||
}
|
||||
|
||||
onGridItemDragDrop = (e) => {
|
||||
this.setState({isDropTipshow: false});
|
||||
this.setState({isGridDropTipshow: false});
|
||||
if (e.dataTransfer.files.length) { // uploaded files
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user