diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-16 22:21:32 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-16 22:21:32 -0400 |
commit | 887a4f7e0fc25fde87b20a5de2e7b0aee561cc78 (patch) | |
tree | 40993439de8c586d1043f94b71bf71b4c357d52f /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx | |
parent | 3d12a980fee4eb5689bffa6ec82c7899e1509fa9 (diff) |
debugging
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx index 9741ddc3e..aaea988a2 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx @@ -2096,7 +2096,6 @@ export default class PhysicsSimulationBox extends ViewBoxAnnotatableComponent<Fi </td> {(!this.dataDoc.simulationPaused || this.dataDoc.simulationType == "Inclined Plane" || - this.dataDoc.simulationType == "Suspension" || this.dataDoc.simulationType == "Circular Motion" || this.dataDoc.simulationType == "Pulley") && ( <td style={{ cursor: "default" }}> @@ -2169,7 +2168,6 @@ export default class PhysicsSimulationBox extends ViewBoxAnnotatableComponent<Fi )}{" "} {(!this.dataDoc.simulationPaused || this.dataDoc.simulationType == "Inclined Plane" || - this.dataDoc.simulationType == "Suspension" || this.dataDoc.simulationType == "Circular Motion" || this.dataDoc.simulationType == "Pulley") && ( <td style={{ cursor: "default" }}> |