1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 19:29:56 +00:00

Move files into the root library (#3217)

* Move files into the root library

* Add border when file into the root library

* modify some style

* delete overflow:visible

* Add border-bottom
This commit is contained in:
zxj96
2019-04-09 14:58:40 +08:00
committed by Daniel Pan
parent bbcdeea58e
commit 5efa691ab3
3 changed files with 36 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ class TreeNodeView extends React.Component {
}
onNodeDrop = (e) => {
e.stopPropagation();
this.setState({isNodeDropShow: false});
this.props.onNodeDrop(e, this.props.node);
}