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
overMax needs to be moved outside of the forEach so that directionCollideCoverage returns the node with the most overlap, rather than the last node with >50% overlap
Found while working on the code...
overMax
needs to be moved outside of theforEach
so thatdirectionCollideCoverage
returns the node with the most overlap, rather than the last node with >50% overlaphttps://github.com/gridstack/gridstack.js/blame/32337b63be0799161f9fd2a763db901c569c3383/src/gridstack-engine.ts#L165
The text was updated successfully, but these errors were encountered: