mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
remove unnecessary componentWillUnmount from header
This commit is contained in:
parent
b33f0db57b
commit
fe6ddc8a2b
1 changed files with 0 additions and 5 deletions
|
|
@ -53,11 +53,6 @@ export default class Header extends React.PureComponent {
|
|||
this.props.close();
|
||||
};
|
||||
|
||||
componentWillUnmount() {
|
||||
delete this.clicks;
|
||||
clearTimeout(this.clickTimer);
|
||||
}
|
||||
|
||||
getWindowHeaderConfig() {
|
||||
const {showHamburgerMenu, showWindowControls} = this.props;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue