Focus search text input when opening "Direct Messages" modal (#3231)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
18c53e03eb
Коммит
afb4c2a805
@@ -52,6 +52,10 @@ class FilteredUserList extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
componentDidMount() {
|
||||||
|
ReactDOM.findDOMNode(this.refs.filter).focus();
|
||||||
|
}
|
||||||
|
|
||||||
componentDidUpdate(prevProps, prevState) {
|
componentDidUpdate(prevProps, prevState) {
|
||||||
if (prevState.filter !== this.state.filter) {
|
if (prevState.filter !== this.state.filter) {
|
||||||
$(ReactDOM.findDOMNode(this.refs.userList)).scrollTop(0);
|
$(ReactDOM.findDOMNode(this.refs.userList)).scrollTop(0);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user