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
When prepending (unshift) an element to the ngFor array the method _msnry.appended is called (instead of prepended) resulting in the item being at the bottom.
Maybe in AngularMasonryBrick component on ngAfterViewInit there could be a check to see if this._element is this._parent._msnry.items[0] and this._parent._msnry.items.length > 1 then it would be prepended
The text was updated successfully, but these errors were encountered:
When prepending (
unshift
) an element to the ngFor array the method_msnry.appended
is called (instead ofprepended
) resulting in the item being at the bottom.Maybe in
AngularMasonryBrick
component onngAfterViewInit
there could be a check to see ifthis._element
isthis._parent._msnry.items[0]
andthis._parent._msnry.items.length > 1
then it would be prependedThe text was updated successfully, but these errors were encountered: