forked from abner/for-legacy-web
chore: enable emoji picker by default
parent
eff1de7c78
commit
7441569cfa
|
|
@ -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={
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue