zone camera and target updation added

This commit is contained in:
2025-03-27 12:28:17 +05:30
parent fea5c168d1
commit dac7edb837
13 changed files with 458 additions and 315 deletions

View File

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