From 42296e421a0f59b9a92530de1316fd4cdab2ce4a Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 22 Apr 2017 16:05:22 +0900 Subject: [PATCH] delete the escButton in the InitModal --- browser/main/modals/InitModal.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/browser/main/modals/InitModal.js b/browser/main/modals/InitModal.js index 77fd5b96..f8dacab2 100644 --- a/browser/main/modals/InitModal.js +++ b/browser/main/modals/InitModal.js @@ -41,10 +41,6 @@ class InitModal extends React.Component { } } - handleCloseButtonClick (e) { - this.props.close() - } - handlePathChange (e) { this.setState({ path: e.target.value @@ -187,12 +183,6 @@ class InitModal extends React.Component { }) } - handleKeyDown (e) { - if (e.keyCode === 27) { - this.props.close() - } - } - render () { if (this.state.isLoading) { return
@@ -209,9 +199,6 @@ class InitModal extends React.Component {
Initialize Storage
-
Welcome!