1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

package drop-down menu component

This commit is contained in:
shanshuirenjia
2019-04-21 10:43:34 +08:00
parent 42a7b06134
commit c827c880f9
3 changed files with 146 additions and 11 deletions

View File

@@ -584,6 +584,7 @@ class DirentListView extends React.Component {
selectedDirentList={this.props.selectedDirentList}
activeDirent={this.state.activeDirent}
onFileTagChanged={this.props.onFileTagChanged}
getDirentItemMenuList={this.getDirentItemMenuList}
/>
);
})}