moveTo function accepting multiple indices #8229
hondrox715
started this conversation in
Ideas
Replies: 1 comment
-
simply set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project that has an HTML layers panel that matches the layers of objects on the canvas. Users will be able to drag and drop layers in the panel, including multiple layers at once, which in turn will change the order of the objects on the canvas. For this, I would need the moveTo function to accept an array of old indices and an array of new indices. Maybe there is already a similar method for accomplishing this?
Beta Was this translation helpful? Give feedback.
All reactions