summaryrefslogtreecommitdiffstats
path: root/webapp/components/confirm_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/confirm_modal.jsx')
-rw-r--r--webapp/components/confirm_modal.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/webapp/components/confirm_modal.jsx b/webapp/components/confirm_modal.jsx
index 94f27a3e2..0adf06906 100644
--- a/webapp/components/confirm_modal.jsx
+++ b/webapp/components/confirm_modal.jsx
@@ -22,9 +22,7 @@ export default class ConfirmModal extends React.Component {
}
componentWillUnmount() {
- if (!this.props.show) {
- document.removeEventListener('keypress', this.handleKeypress);
- }
+ document.removeEventListener('keypress', this.handleKeypress);
}
componentWillReceiveProps(nextProps) {