Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from Laaouatni/adding-popup-on-hover
Browse files Browse the repository at this point in the history
fix #19 angle is working now
  • Loading branch information
Laaouatni authored Aug 18, 2022
2 parents 8e37cf9 + bad9bb4 commit 381bd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcode/src/API/GcodeApi/Gsimulator/Gcss/CssLine/CssLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class CssLine {
length: this.lineLength,
x: this.currentObj.x,
y: this.currentObj.y,
angle: this.currentObj.angle
angle: this.lineAngle
}, null, 2)}`
);
}
Expand Down

1 comment on commit 381bd6c

@vercel
Copy link

@vercel vercel bot commented on 381bd6c Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gcode-js – ./

gcode-js-laaouatni.vercel.app
gcode-js-git-main-laaouatni.vercel.app
gcode-js.vercel.app

Please sign in to comment.