Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82ccef12e0 |
@@ -53,7 +53,7 @@ export class Settings extends React.Component<SettingsProps, SettingsState> {
|
||||
}
|
||||
|
||||
public componentWillUnmount() {
|
||||
window.removeEventListener('keyup', this.closeSettingsPanel);
|
||||
window.removeEventListener('keyup', this.closeSettingsPanel, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user