diff --git a/site/src/components/ShapeBuilder/index.js b/site/src/components/ShapeBuilder/index.js index 439bdce..28fa322 100644 --- a/site/src/components/ShapeBuilder/index.js +++ b/site/src/components/ShapeBuilder/index.js @@ -50,7 +50,7 @@ const ShapeBuilder = () => { poly.draw("param", "snapToGrid", 0.001); } - if (e.ctrlKey && e.key === "Enter") { + if (e.key === "Enter") { poly.draw("done"); poly.fill("#00B39F"); showCytoArray(); diff --git a/site/src/components/utils/instructionsModal.js b/site/src/components/utils/instructionsModal.js index 2b08e39..1413414 100644 --- a/site/src/components/utils/instructionsModal.js +++ b/site/src/components/utils/instructionsModal.js @@ -3,7 +3,7 @@ import { Modal, ModalBody, Typography, List, ListItem, ListItemText, ModalFooter const instructionPoints = [ { - primary: "Press CTRL + Enter to close the shape", + primary: "Press ENTER to close the shape", secondary: "It won’t draw the last position of your cursor, don’t stress!" }, {