-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(edgeless): support more connector arrow style #5064
feat(edgeless): support more connector arrow style #5064
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@@ -969,7 +969,7 @@ export class EdgelessConnectorManager { | |||
const start = this._getConnectorEndElement(connector, 'source'); | |||
const end = this._getConnectorEndElement(connector, 'target'); | |||
|
|||
const [startPoint, endPoint] = this._computeStartEndPoint(connector); | |||
const [startPoint, endPoint] = this._computeStartEndpoint(connector); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that "endpoint" itself is a non-synthetic word, which can be confused with the endPoint
here (within the context of startPoint
/ endPoint
). Could you try to avoid the startPoint
/ endPoint
naming to
reduce the potential cost of understanding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I'll try to avoid it.
To close #4501
Screen.Recording.2023-10-20.at.16.58.16.mov