parent
0b04b7a8c6
commit
7d4d2afdae
1 changed files with 2 additions and 2 deletions
|
@ -156,12 +156,12 @@ class Footer extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
handleOpenClick = e => {
|
||||
const { status, onClose, history } = this.props;
|
||||
|
||||
if (e.button !== 0 || !history) {
|
||||
return;
|
||||
}
|
||||
|
||||
const { status, onClose } = this.props;
|
||||
|
||||
if (onClose) {
|
||||
onClose();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue