mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
feat(new tool): emoji picker (#551)
This commit is contained in:
parent
dfa1ba8554
commit
93f7cf0e98
11 changed files with 192 additions and 6 deletions
|
@ -112,7 +112,7 @@ function Value({ value, status }: { value: unknown; status: string }) {
|
|||
const { copy } = useCopy({ source: formatedValue });
|
||||
|
||||
return (
|
||||
<span class={['value', status]} onClick={copy}>
|
||||
<span class={['value', status]} onClick={() => copy()}>
|
||||
{formatedValue}
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue