Skip to content
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): auto-connect indicator and index label #5136

Merged
merged 13 commits into from
Nov 1, 2023

Conversation

regischen
Copy link
Member

close #5011

@vercel
Copy link

vercel bot commented Oct 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blocksuite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2023 7:57am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
blocksuite-docs ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2023 7:57am

const newWidth = width + expand;
const newHeight = height + expand;

const newstart = Vec.add(Vec.pointOffset(lineStart, lineEnd, 16), [
Copy link
Member

Choose a reason for hiding this comment

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

Mind the camelCase

);
points.push([start, end]);
}
const expand = 20;
Copy link
Member

Choose a reason for hiding this comment

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

Should this be a const defined in top level of this module?

@doodlewind doodlewind added the notable Major improvement worth emphasizing label Nov 1, 2023
@doodlewind doodlewind changed the title feat(edgeless): auto-connect feat(edgeless): auto-connect indicator and index label Nov 1, 2023
@regischen regischen merged commit aa27dc8 into master Nov 1, 2023
19 checks passed
@regischen regischen deleted the feat/edgeless-auto-connect branch November 1, 2023 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notable Major improvement worth emphasizing
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

Support auto connector through visible top-level edgeless contents
2 participants