mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
12.0 grid view support multiple selection (#6403)
* Feature - multiple selection with ctrl/shift * update grid view context menu list in multiple selection mode * fix code format * optimize codes
This commit is contained in:
@@ -131,7 +131,7 @@ class DirentListView extends React.Component {
|
||||
|
||||
onDirentClick = (dirent) => {
|
||||
hideMenu();
|
||||
if (this.props.selectedDirentList.length > 0 && !this.state.activeDirent ) {
|
||||
if (this.props.selectedDirentList.length > 0 && !this.state.activeDirent) {
|
||||
return;
|
||||
}
|
||||
this.setState({ activeDirent: dirent });
|
||||
|
Reference in New Issue
Block a user