fix: Update loading progress condition in Project component and correct border-radius in sidebar styles

This commit is contained in:
2025-04-29 18:41:31 +05:30
parent 5460c23a46
commit 5297717123
3 changed files with 4 additions and 4 deletions

View File

@@ -335,7 +335,7 @@ const RealTimeVisulization: React.FC = () => {
onDrop={(event) => handleDrop(event)}
onDragOver={(event) => event.preventDefault()}
>
{/* <Scene /> */}
<Scene />
</div>
{activeModule === "visualization" && selectedZone.zoneName !== "" && (
<DroppedObjects />