mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
chore: enable emoji picker by default
This commit is contained in:
@@ -744,13 +744,11 @@ export default observer(({ channel }: Props) => {
|
|||||||
onFocus={onFocus}
|
onFocus={onFocus}
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
/>
|
/>
|
||||||
{state.experiments.isEnabled("picker") && (
|
<Action>
|
||||||
<Action>
|
<IconButton onClick={() => setPicker(!picker)}>
|
||||||
<IconButton onClick={() => setPicker(!picker)}>
|
<HappyBeaming size={24} />
|
||||||
<HappyBeaming size={24} />
|
</IconButton>
|
||||||
</IconButton>
|
</Action>
|
||||||
</Action>
|
|
||||||
)}
|
|
||||||
<Action>
|
<Action>
|
||||||
<IconButton
|
<IconButton
|
||||||
className={
|
className={
|
||||||
|
|||||||
Reference in New Issue
Block a user