diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-20 13:46:55 -0500 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-20 13:46:55 -0500 |
commit | b8762e80e3fd6b1c78b62f6bd50acb2029a68f58 (patch) | |
tree | 021f6331b60d9914b95c28e3590e97c2753fd532 /src/client/views/nodes/PhysicsSimulationWeight.tsx | |
parent | 57be7b707694fcc3a2a7a6da6c8cd7782e4eb088 (diff) |
start sim settings menu
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationWeight.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationWeight.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationWeight.tsx b/src/client/views/nodes/PhysicsSimulationWeight.tsx index 7c26334bf..b9fa14df0 100644 --- a/src/client/views/nodes/PhysicsSimulationWeight.tsx +++ b/src/client/views/nodes/PhysicsSimulationWeight.tsx @@ -840,7 +840,6 @@ export default class Weight extends React.Component<IWeightProps, IState> { position: "absolute", left: labelLeft + "px", top: labelTop + "px", - // zIndex: -1, lineHeight: 0.5, backgroundColor: this.labelBackgroundColor, }} |