Skip to content

Commit

Permalink
Update select.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Oct 4, 2023
1 parent 723f3c4 commit e769236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zndraw/static/World/systems/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Selection {
renderer.domElement,
);

// change mode of transform_controls when pressing t, itereate between translate, rotate, scale
// change mode of transform_controls when pressing t, iterate between translate, rotate, scale
document.addEventListener("keydown", (event) => {
if (document.activeElement === document.body) {
if (event.key === "t") {
Expand Down

0 comments on commit e769236

Please sign in to comment.