mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
UX: auto focus emoji picker input on mobile (#32353)
Previously this behavior was only on desktop.
This commit is contained in:
@ -460,7 +460,7 @@ export default class EmojiPicker extends Component {
|
||||
}}
|
||||
>
|
||||
<FilterInput
|
||||
{{didInsert (if this.site.desktopView this.focusFilter (noop))}}
|
||||
{{didInsert this.focusFilter}}
|
||||
{{didInsert this.registerFilterInput}}
|
||||
@value={{this.term}}
|
||||
@filterAction={{withEventValue this.didInputFilter}}
|
||||
|
Reference in New Issue
Block a user