diff options
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" }}> |