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 am using the library paired with the virtual scroll, in this case, although the update method is called but the selection is erratic. As soon as I scroll down, the selected array goes to null and the style is not changed.
Has anyone else faced this issue ?
Hey! Wow, that's super strange. I have not used it together with the CDK's virtual scrolling, but I do know that other modules from the CDK like the drag and drop cause very strange behavior, and the often intercept events etc.
I do not know what's going on the your case, and would need to investigate myself. Would you be willing to debug this and try to find out what's causing this? Get to the bottom of this?
Maybe somebody else ran into this issue already and has some insights. Not sure tho.
Hi there,
I am using the library paired with the virtual scroll, in this case, although the update method is called but the selection is erratic. As soon as I scroll down, the selected array goes to null and the style is not changed.
Has anyone else faced this issue ?
Here's a link to check : https://stackblitz.com/edit/ngx-drag-to-select-virtual-scroll?file=src/app/app.component.html
Could someone please help me with this, is there a workaround ?
Thanks.
The text was updated successfully, but these errors were encountered: