-
-
Notifications
You must be signed in to change notification settings - Fork 15
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: multiple selection #52
base: main
Are you sure you want to change the base?
Conversation
@vshakitskiy is attempting to deploy a commit to the Tom Labs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
selectedElements.forEach((selectedElement) => { | ||
updateElement({ |
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.
Could we try to have a single state update for all selected elements at once? That would also make a better ctrl+z/Z experience
Will take a look later day if I have enough time. |
Yea, I think we can make resizing and rotating working at the same time as well! |
Still need to remake border, background and shadow section, so I'll add them in the next commits.
And there are also some type mistakes that we need to fix.