Merge pull request #2481 from khoa-le/PLT-2018
PLT-2018 After clicking "Use a different address" hitting enter should submit …
Этот коммит содержится в:
@@ -96,7 +96,11 @@ class TeamSignupWelcomePage extends React.Component {
|
||||
}
|
||||
handleKeyPress(event) {
|
||||
if (event.keyCode === 13) {
|
||||
this.submitNext(event);
|
||||
if (this.state.useDiff) {
|
||||
this.handleDiffSubmit(event);
|
||||
} else {
|
||||
this.submitNext(event);
|
||||
}
|
||||
}
|
||||
}
|
||||
componentWillUnmount() {
|
||||
|
||||
Ссылка в новой задаче
Block a user