Skip to content

Conversation

@adumesny
Copy link
Member

Description

  • fix can't drag between 2 grids with max row set #1687
  • broken in 4.x - dragging between 2 grids with maxRow/row set
  • willItFit() could modify the passed in node (with new algorithm) instead of making a clone copy to check if it fits.
  • added a new vertical grid demo (which has known issues documented)
  • added unit test

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

* fix gridstack#1687
* broken in 4.x - dragging between 2 grids with maxRow/row set
* willItFit() could modify the passed in node (with new algorithm) instead of making a clone copy to check if it fits.
* added a new vertical grid demo (which has known issues documented)
* added unit test
@adumesny adumesny merged commit 8159e0d into gridstack:master Mar 28, 2021
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

Successfully merging this pull request may close these issues.

can't drag between 2 grids with max row set

1 participant