-
Notifications
You must be signed in to change notification settings - Fork 295
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
Better rotate and delete #613
Comments
removing elements can already be done by selecting and hitting the delete key, unless you were thinking of deleting multiple elements simultaneously at the time of writing this issue? (which i tested doesn't currently work in VisBug 0.4.6 for Firefox but does work in VisBug 0.4.10 for Chrome) and were you thinking of using Rotatable under the Position Tool? |
nice! i plan to work on this hopefully sometime next week |
minimal demo: https://codepen.io/hchiam/pen/xbxReqy i can't seem to find a built-in delete button for moveable rotatable, so i'm assuming you got that working with some custom code with the |
i found it via their demo page https://daybrush.com/moveable/, not sure what settings are needed |
for reference / note to self as i try to figure this out for vanilla js: daybrush/moveable#246 (comment) |
i'm almost ready to make a PR, just need to figure out how to ignore selecting the delete button (the code that adds |
https://github.com/daybrush/moveable
shows a great interaction for removing and rotating elements
The text was updated successfully, but these errors were encountered: