zone camera and target updation added
This commit is contained in:
@@ -19,8 +19,11 @@ const SimpleCard: React.FC<SimpleCardProps> = ({
|
||||
header,
|
||||
value,
|
||||
per,
|
||||
className: event.currentTarget.className, // Store the class name
|
||||
className: event.currentTarget.className,
|
||||
});
|
||||
|
||||
console.log("Dragging Data:", cardData); // ✅ Debugging log
|
||||
|
||||
event.dataTransfer.setData("text/plain", cardData);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user