remove comment
This commit is contained in:
parent
f774f3b8bc
commit
ac8909181d
1 changed files with 0 additions and 25 deletions
|
@ -65,29 +65,4 @@ export default function EmojiPicker(): ReactNode | undefined {
|
||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
);
|
);
|
||||||
|
|
||||||
// return (
|
|
||||||
// <Inline
|
|
||||||
// actions={
|
|
||||||
// <ActionPanel>
|
|
||||||
// <Action
|
|
||||||
// label={`Copy ${emoji.emoji} to clipboard`}
|
|
||||||
// onAction={async () => {
|
|
||||||
// console.log(emoji.emoji);
|
|
||||||
// await Clipboard.writeText(emoji.emoji);
|
|
||||||
// showHud(`${emoji.emoji} copied to clipboard`);
|
|
||||||
// }}
|
|
||||||
// />
|
|
||||||
// </ActionPanel>
|
|
||||||
// }
|
|
||||||
// >
|
|
||||||
// <Inline.Left>
|
|
||||||
// <Content.H3>{text}</Content.H3>
|
|
||||||
// </Inline.Left>
|
|
||||||
// <Inline.Separator icon={Icons.ArrowRight} />
|
|
||||||
// <Inline.Right>
|
|
||||||
// <Content.Paragraph>{emoji.emoji}</Content.Paragraph>
|
|
||||||
// </Inline.Right>
|
|
||||||
// </Inline>
|
|
||||||
// );
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue