conflicts resolved

This commit is contained in:
2025-03-31 19:25:44 +05:30
parent 6b8ccc02c7
commit d4e4952de4
7 changed files with 13 additions and 11 deletions

View File

@@ -265,12 +265,11 @@ const DroppedObjects: React.FC = () => {
animationRef.current = null;
}
} catch (error) {
console.error("Error in handlePointerUp:", error);
}
};
const handleKebabClick = (id: string, event: React.MouseEvent) => {
event.stopPropagation();
setOpenKebabId((prevId) => (prevId === id ? null : id));
};