1
0
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:
zxj96
2019-04-19 18:45:49 +08:00
parent 3e0a8620dd
commit 430d99d9f3

View File

@@ -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;
}