1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Modify variable name

This commit is contained in:
zxj96
2019-06-21 15:22:22 +08:00
parent 907eed4813
commit 049c74010b

View File

@@ -561,7 +561,6 @@ class DirentListView extends React.Component {
}
this.dragEnterContainerAmount--;
if (this.dragEnterContainerAmount === 0) {
// if (e.target.className === 'table-container table-drop-active') {
this.setState({isListDropTipShow: false});
}
}