[Classroom][FE] Fix bug, copy button not copying
This commit is contained in:
parent
2dc1b6ba59
commit
6906e5f788
@ -45,7 +45,13 @@ Saludos Cordiales!
|
||||
|
||||
<div>
|
||||
<h3 class="px-4 pt-2 font-bold">
|
||||
<button class="mr-2 hover:bg-c-surface-variant rounded" title="Copiar">
|
||||
<button
|
||||
class="mr-2 hover:bg-c-surface-variant rounded"
|
||||
title="Copiar"
|
||||
onclick={() => {
|
||||
navigator.clipboard.writeText(personMessage());
|
||||
}}
|
||||
>
|
||||
<CopyIcon fill="var(--c-primary)" />
|
||||
</button>
|
||||
Mensaje usuario natural:
|
||||
|
Loading…
Reference in New Issue
Block a user