|
@ -233,7 +233,7 @@ constructor(props) { |
|
|
super(props); |
|
|
super(props); |
|
|
|
|
|
|
|
|
this.state = { isOpen: false }; |
|
|
this.state = { isOpen: false }; |
|
|
this.toggleContainer = createRef(); |
|
|
this.toggleContainer = React.createRef(); |
|
|
|
|
|
|
|
|
this.onClickHandler = this.onClickHandler.bind(this); |
|
|
this.onClickHandler = this.onClickHandler.bind(this); |
|
|
this.onClickOutsideHandler = this.onClickOutsideHandler.bind(this); |
|
|
this.onClickOutsideHandler = this.onClickOutsideHandler.bind(this); |
|
|