diff --git a/src/components/konva/TokenAttachment.tsx b/src/components/konva/TokenAttachment.tsx index 902843e..2511094 100644 --- a/src/components/konva/TokenAttachment.tsx +++ b/src/components/konva/TokenAttachment.tsx @@ -13,27 +13,29 @@ function TokenAttachment({ highlight, radius, }: TokenAttachmentProps) { + const width = radius / 3; + const height = radius / 8; return ( {/* Make a bigger hidden rect for hit registration */} {}} /> {dragging ? (