feat: Enhance EventProperties and mechanics components with new state management and action handling; add DelayAction component and remove unused IkInstances

This commit is contained in:
2025-04-24 19:15:36 +05:30
parent a305c3c006
commit 4310b473d0
8 changed files with 481 additions and 152 deletions

View File

@@ -123,7 +123,7 @@ const SideBarRight: React.FC = () => {
</div>
</div>
)}
{subModule === "mechanics" && selectedEventData && selectedEventSphere && (
{subModule === "mechanics" && (
<div className="sidebar-right-container">
<div className="sidebar-right-content-container">
<EventProperties />