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

Merge branch '7.0'

This commit is contained in:
plt
2019-07-15 14:53:57 +08:00
6 changed files with 159 additions and 1325 deletions

View File

@@ -43,10 +43,10 @@ class DirPath extends React.Component {
} else {
nodePath += '/' + item;
return (
<span key={index} >
<Fragment key={index} >
<span className="path-split">/</span>
<a className="path-link" data-path={nodePath} onClick={this.onPathClick}>{item}</a>
</span>
</Fragment>
);
}
});