mirror of
https://github.com/discourse/discourse.git
synced 2025-06-16 10:51:21 +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
|
<FilterInput
|
||||||
{{didInsert (if this.site.desktopView this.focusFilter (noop))}}
|
{{didInsert this.focusFilter}}
|
||||||
{{didInsert this.registerFilterInput}}
|
{{didInsert this.registerFilterInput}}
|
||||||
@value={{this.term}}
|
@value={{this.term}}
|
||||||
@filterAction={{withEventValue this.didInputFilter}}
|
@filterAction={{withEventValue this.didInputFilter}}
|
||||||
|
Reference in New Issue
Block a user