mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
Active item bug repair (#3260)
* repair interactive bug * modify active color * repair bug
This commit is contained in:
@@ -137,9 +137,6 @@ class TreeView extends React.Component {
|
||||
}
|
||||
|
||||
handleContextClick = (event, node) => {
|
||||
if (this.props.selectedDirentList.length) {
|
||||
return;
|
||||
}
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
|
Reference in New Issue
Block a user