fix copy to clipboard for resources

This commit is contained in:
Eduard Gert
2026-06-10 16:53:15 +02:00
parent 7eaea03bc9
commit 4b705d472c
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export const CopyToClipboard = ({
ref={wrapperRef}
onClick={handleClick}
className={cn(
"inline-flex gap-2 items-center group/copy cursor-default wails-no-draggable text-left",
"inline-flex gap-2 items-center group/copy cursor-default wails-no-draggable text-left pointer-events-auto",
className,
)}
>

View File

@@ -247,7 +247,7 @@ const NetworksList = ({ data, onToggle }: NetworksListProps) => {
}
>
<div>
<CopyToClipboard message={n.id} className={"pointer-events-auto"}>
<CopyToClipboard message={n.id}>
<TruncatedText
text={n.id}
className={