mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
change context menu style (#6333)
* change menu context style * change tree view menu context
This commit is contained in:
@@ -39,6 +39,7 @@ const propTypes = {
|
||||
onItemCopy: PropTypes.func.isRequired,
|
||||
selectedDirentList: PropTypes.array.isRequired,
|
||||
onItemsMove: PropTypes.func.isRequired,
|
||||
getMenuContainerSize: PropTypes.func,
|
||||
};
|
||||
|
||||
class DirColumnNav extends React.Component {
|
||||
@@ -269,6 +270,7 @@ class DirColumnNav extends React.Component {
|
||||
selectedDirentList={this.props.selectedDirentList}
|
||||
onItemsMove={this.props.onItemsMove}
|
||||
repoID={this.props.repoID}
|
||||
getMenuContainerSize={this.props.getMenuContainerSize}
|
||||
/>
|
||||
</TreeSection>
|
||||
<DirViews
|
||||
|
Reference in New Issue
Block a user