1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Open the current image viewer (#3106)

This commit is contained in:
zxj96
2019-03-15 15:48:16 +08:00
committed by Daniel Pan
parent 2c09332b79
commit 9530e94fe1
3 changed files with 112 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ class DirColumnView extends React.Component {
repoID={this.props.repoID}
navRate={this.state.navRate}
inResizing={this.state.inResizing}
currentRepoInfo={this.props.currentRepoInfo}
/>
<div className="dir-content-resize" onMouseDown={this.onResizeMouseDown}></div>
<div className="dir-content-main" style={{userSelect: select, flex: mainFlex}}>