diff --git a/frontend/src/components/toolbar/dir-operation-toolbar.js b/frontend/src/components/toolbar/dir-operation-toolbar.js index f313d291e2..f693f0485e 100644 --- a/frontend/src/components/toolbar/dir-operation-toolbar.js +++ b/frontend/src/components/toolbar/dir-operation-toolbar.js @@ -94,8 +94,7 @@ class DirOperationToolbar extends React.Component { }); } - onShareClick = (e) => { - e.nativeEvent.stopImmediatePropagation(); //for document event + onShareClick = () => { this.setState({ isShareDialogShow: !this.state.isShareDialogShow });