1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +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) => { onShareClick = () => {
e.nativeEvent.stopImmediatePropagation(); //for document event
this.setState({ this.setState({
isShareDialogShow: !this.state.isShareDialogShow isShareDialogShow: !this.state.isShareDialogShow
}); });