mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 01:42:57 +00:00
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
@using AIStudio.Chat
|
|
<MudTooltip Text="@this.ToolTipMessage" Placement="Placement.Bottom">
|
|
<MudIconButton Icon="@Icons.Material.Filled.ContentCopy"
|
|
Size="Size.Small"
|
|
OnClick="@(() => HandleCopyClick())"/>
|
|
</MudTooltip> |