1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 20:01:10 +00:00

fix code bug

This commit is contained in:
Michael An
2023-09-18 10:20:47 +08:00
parent f278cfd3bb
commit 52f9ae02b1
5 changed files with 12 additions and 14 deletions

View File

@@ -119,7 +119,7 @@ class DirentGridView extends React.Component {
onItemConvert = (currentObject, e, dstType) => {
e.nativeEvent.stopImmediatePropagation(); //for document event
this.props.onItemConvert(currentObject, dstType);
}
};
onMenuItemClick = (operation, currentObject, event) => {
hideMenu();