mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
repair send email bug (#4406)
This commit is contained in:
@@ -94,8 +94,7 @@ class DirOperationToolbar extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
onShareClick = (e) => {
|
||||
e.nativeEvent.stopImmediatePropagation(); //for document event
|
||||
onShareClick = () => {
|
||||
this.setState({
|
||||
isShareDialogShow: !this.state.isShareDialogShow
|
||||
});
|
||||
|
Reference in New Issue
Block a user