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
I'm using the AutoSizeVirtualScrollStrategy with the resize observer.
Next to the scroll list i have a panel that allows me to prepend item. After the item is added, the panel closes, than the items overlapping each other or have gaps between them.
Description
I'm using the AutoSizeVirtualScrollStrategy with the resize observer.
Next to the scroll list i have a panel that allows me to prepend item. After the item is added, the panel closes, than the items overlapping each other or have gaps between them.
Before adding the item:

After adding the item:

Steps to Reproduce the Issue
Stackblitz link:
https://stackblitz.com/edit/stackblitz-starters-ary8m6yz?file=src%2Fapp%2Fapp.component.html
Click on the
New itembutton will open the panel with the new item.Click on
Addwill prepend the item and close the panel.Environment
Notes
This is an example of how to reproduce the bug, but it happens in any scenario that item prepend/change in the array while resizing.
Thanks!