mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
feat: filename support open a file (#6304)
* feat: filename support open a file * feat: add currentRepoInfo * feat: op code --------- Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -190,6 +190,7 @@ class DirColumnView extends React.Component {
|
||||
isFileLoadedErr={this.props.isFileLoadedErr}
|
||||
filePermission={this.props.filePermission}
|
||||
content={this.props.content}
|
||||
currentRepoInfo={this.props.currentRepoInfo}
|
||||
lastModified={this.props.lastModified}
|
||||
latestContributor={this.props.latestContributor}
|
||||
onLinkClick={this.props.onLinkClick}
|
||||
|
Reference in New Issue
Block a user