Refactor canvas element references to use consistent ID for workspace

This commit is contained in:
2025-05-08 14:18:02 +05:30
parent a2480748a8
commit ccd6298d17
9 changed files with 18 additions and 76 deletions

View File

@@ -102,7 +102,7 @@ const Project: React.FC = () => {
)}
<div
className="scene-container"
id="real-time-vis-canvas"
id="work-space-three-d-canvas"
style={{
height: isPlaying || activeModule !== "visualization" ? "100vh" : "",
width: isPlaying || activeModule !== "visualization" ? "100vw" : "",