1
0
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:
杨顺强
2019-04-13 09:57:44 +08:00
committed by Daniel Pan
parent 8ac5c9be9b
commit fce77f9985
4 changed files with 27 additions and 19 deletions

View File

@@ -137,9 +137,6 @@ class TreeView extends React.Component {
}
handleContextClick = (event, node) => {
if (this.props.selectedDirentList.length) {
return;
}
event.preventDefault();
event.stopPropagation();