Skip to content

Commit

Permalink
Merge pull request #310 from irllabs/mericda-patch-1
Browse files Browse the repository at this point in the history
Removing label next the first step
  • Loading branch information
mericda authored Jul 21, 2024
2 parents c63307d + bc573a1 commit 8a803af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/play/PlayUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class PlayUI extends Component {
if (layer.createdBy !== this.props.user.id) {
layerLabelString = ""
}
layerGraphic.layerLabel = this.container.plain(layerLabelString)
// hiding label = layerGraphic.layerLabel = this.container.plain(layerLabelString)
layerGraphic.firstStep = null;
for (let step of layer.steps) {
const x = Math.round(layerDiameter / 2 + radius * Math.cos(angle) - stepDiameter / 2) + xOffset;
Expand Down

0 comments on commit 8a803af

Please sign in to comment.