mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
Add tag (#3281)
This commit is contained in:
@@ -67,7 +67,8 @@ class TreeNodeView extends React.Component {
|
||||
this.props.onNodeClick(this.props.node);
|
||||
}
|
||||
|
||||
onLoadToggle = () => {
|
||||
onLoadToggle = (e) => {
|
||||
e.stopPropagation();
|
||||
let { node } = this.props;
|
||||
if (node.isExpanded) {
|
||||
this.props.onNodeCollapse(node);
|
||||
|
Reference in New Issue
Block a user