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

Kyle move selected spaces #406

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Conversation

kylem038
Copy link
Collaborator

@kylem038 kylem038 commented Aug 25, 2021

This completed #376
We've added an icon to each space which will make a modal appear asking the user to adjust the space's upper-left X/Y to a new position. Hitting the Save button moves that space.
Generally happy with the implementation although I think I need to determine the upper-left corner more directly? Maybe I can follow how registerSelectEvents works?

Edit: I'm not sure registerSelectEvents directly translates. That uses the drag event to set an origin which everything works off of. Could use some help figuring out the best way to pick an origin for this dialog.

@kylem038 kylem038 self-assigned this Aug 25, 2021
@@ -79,7 +79,6 @@ export default function createFaceFromPoints(context, payload) {
// split edges where vertices touch them
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No changes here. Just some clean up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant