You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: