Fix text fields in team settings modal to better allow quick typing in IE11 (#3599)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
8936f65c90
Коммит
47535ed0c7
@@ -255,12 +255,10 @@ class GeneralTab extends React.Component {
|
||||
}
|
||||
|
||||
updateName(e) {
|
||||
e.preventDefault();
|
||||
this.setState({name: e.target.value});
|
||||
}
|
||||
|
||||
updateInviteId(e) {
|
||||
e.preventDefault();
|
||||
this.setState({invite_id: e.target.value});
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user