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:
@@ -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
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user