mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
fix-bug
This commit is contained in:
@@ -46,6 +46,10 @@ class MainPanel extends Component {
|
||||
this.props.onMainNavBarClick(e.target.dataset.path);
|
||||
}
|
||||
|
||||
onContentRendered = (markdownViewer) => {
|
||||
//
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
let filePathList = this.props.filePath.split('/');
|
||||
@@ -107,6 +111,7 @@ class MainPanel extends Component {
|
||||
lastModified = {this.props.lastModified}
|
||||
onLinkClick={this.props.onLinkClick}
|
||||
isFileLoading={this.props.isFileLoading}
|
||||
onContentRendered={this.onContentRendered}
|
||||
/>
|
||||
}
|
||||
{ !this.props.isViewFileState &&
|
||||
|
Reference in New Issue
Block a user