mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
chat: autofocus on desktop, not mobile
This commit is contained in:
parent
442d124836
commit
652e7b75cd
@ -124,7 +124,7 @@ export default class ChatEditor extends Component {
|
|||||||
onChange={(e, d, v) => this.messageChange(e, d, v)}
|
onChange={(e, d, v) => this.messageChange(e, d, v)}
|
||||||
editorDidMount={(editor) => {
|
editorDidMount={(editor) => {
|
||||||
this.editor = editor;
|
this.editor = editor;
|
||||||
if (BROWSER_REGEX.test(navigator.userAgent)) {
|
if (!(BROWSER_REGEX.test(navigator.userAgent))) {
|
||||||
editor.focus();
|
editor.focus();
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user