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:
@@ -98,6 +98,7 @@ class TreeNodeView extends React.Component {
|
||||
}
|
||||
|
||||
onNodeDrop = (e) => {
|
||||
e.stopPropagation();
|
||||
this.setState({isNodeDropShow: false});
|
||||
this.props.onNodeDrop(e, this.props.node);
|
||||
}
|
||||
|
Reference in New Issue
Block a user