We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfaf03 commit 33c67a5Copy full SHA for 33c67a5
1 file changed
editor/src/messages/tool/tool_messages/shape_tool.rs
@@ -830,7 +830,7 @@ impl Fsm for ShapeToolFsmState {
830
831
match tool_data.current_shape {
832
ShapeType::Polygon | ShapeType::Star | ShapeType::Circle | ShapeType::Arc | ShapeType::Spiral | ShapeType::Grid | ShapeType::Rectangle | ShapeType::Ellipse => {
833
- tool_data.data.start(document, input, viewport)
+ tool_data.data.start(document, input, viewport);
834
}
835
ShapeType::Arrow | ShapeType::Line => {
836
let point = SnapCandidatePoint::handle(document.metadata().document_to_viewport.inverse().transform_point2(input.mouse.position));
0 commit comments