Skip to content

Commit

Permalink
Merge pull request #621 from Somya-Bansal159/translate
Browse files Browse the repository at this point in the history
Fix: restrict simultaneous grid translation, both by pointer and by values
  • Loading branch information
EdwardMoyse authored Oct 26, 2023
2 parents b58d03f + 1bb9bde commit acd8672
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h1 mat-dialog-title>Customize Cartesian Grid</h1>
<button
mat-stroked-button
(click)="onSave(xPos.value, yPos.value, zPos.value)"
[disabled]="shiftGrid"
>
Save
</button>
Expand Down

0 comments on commit acd8672

Please sign in to comment.