mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
chore: enable emoji picker by default
This commit is contained in:
parent
eff1de7c78
commit
7441569cfa
1 changed files with 5 additions and 7 deletions
|
@ -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 a new issue