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: Add snapping to workspace comments. #8070

Merged
merged 4 commits into from
May 12, 2024

Commits on May 7, 2024

  1. feat: Add snapping to workspace comments.

    Now that there are two things that snap (blocks and WS comments), the alignment code in being moved to a common place.
    NeilFraser committed May 7, 2024
    Configuration menu
    Copy the full SHA
    59bbc88 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Update core/comments/rendered_workspace_comment.ts

    Co-authored-by: Christopher Allen <cpcallen+git@google.com>
    NeilFraser and cpcallen committed May 12, 2024
    Configuration menu
    Copy the full SHA
    23709f8 View commit details
    Browse the repository at this point in the history
  2. Update core/grid.ts

    Co-authored-by: Christopher Allen <cpcallen+git@google.com>
    NeilFraser and cpcallen committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a2a295e View commit details
    Browse the repository at this point in the history
  3. Remove 'null' output of allignXY

    The point of null was to avoid creating a new coordinate object and avoid a more complicated check.  But this can also be achieved by returning the original input coordinate object.
    NeilFraser committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3f1ada2 View commit details
    Browse the repository at this point in the history