mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-21 07:51:29 +02:00
fix copy to clipboard for resources
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user