diff --git a/src/components/interactives/KasutiEmbroidery.tsx b/src/components/interactives/KasutiEmbroidery.tsx index 6aa0a99..902fce1 100644 --- a/src/components/interactives/KasutiEmbroidery.tsx +++ b/src/components/interactives/KasutiEmbroidery.tsx @@ -1129,19 +1129,44 @@ const FabricPanel: React.FC = ({ /> )} - {/* Current vertex marker — full colour on the active side, grey on the other */} - {currentVertex && ( - { + const { x, y } = toXY(currentVertex); + if (!isActive) { + return ( + + ); } - /> - )} + return ( + + + + + + + + ); + })()} {/* Click overlays: only active side accepts clicks */} {isActive &&