Refactor canvas element references to use consistent ID for workspace
This commit is contained in:
@@ -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" : "",
|
||||
|
||||
Reference in New Issue
Block a user