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

Add an API to move multiple tiles at a time #90

Open
abey79 opened this issue Dec 9, 2024 · 0 comments
Open

Add an API to move multiple tiles at a time #90

abey79 opened this issue Dec 9, 2024 · 0 comments

Comments

@abey79
Copy link
Member

abey79 commented Dec 9, 2024

Currently, move_tile_to_container only moves one tile a t a time. When drag-and-dropping multiple selection, we may have to move multiple tiles at once. Properly handling all ordering and insertion point edge cases requires handling the moving in a single call which would carefully track the insertion point as items are moved, updating as required when he moved item was in the same container.

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

No branches or pull requests

1 participant