mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
add copy and move effect (#3142)
* add copy and move effect * Add copy and move effect * Add move and copy effects * Add move and copy effects
This commit is contained in:
@@ -163,6 +163,8 @@ class DirColumnView extends React.Component {
|
||||
navRate={this.state.navRate}
|
||||
inResizing={this.state.inResizing}
|
||||
currentRepoInfo={this.props.currentRepoInfo}
|
||||
onItemMove={this.props.onItemMove}
|
||||
onItemCopy={this.props.onItemCopy}
|
||||
/>
|
||||
<div className="dir-content-resize" onMouseDown={this.onResizeMouseDown}></div>
|
||||
<div className="dir-content-main" style={{userSelect: select, flex: mainFlex}}>
|
||||
|
Reference in New Issue
Block a user