mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
Modify variable name
This commit is contained in:
@@ -561,7 +561,6 @@ class DirentListView extends React.Component {
|
|||||||
}
|
}
|
||||||
this.dragEnterContainerAmount--;
|
this.dragEnterContainerAmount--;
|
||||||
if (this.dragEnterContainerAmount === 0) {
|
if (this.dragEnterContainerAmount === 0) {
|
||||||
// if (e.target.className === 'table-container table-drop-active') {
|
|
||||||
this.setState({isListDropTipShow: false});
|
this.setState({isListDropTipShow: false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user