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

repair send email bug (#4406)

This commit is contained in:
zxj96
2020-01-11 14:21:16 +08:00
committed by Daniel Pan
parent c3dff6225f
commit fc176627e6

View File

@@ -94,8 +94,7 @@ class DirOperationToolbar extends React.Component {
});
}
onShareClick = (e) => {
e.nativeEvent.stopImmediatePropagation(); //for document event
onShareClick = () => {
this.setState({
isShareDialogShow: !this.state.isShareDialogShow
});