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
@@ -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,
)}
>