Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 75 forks source link

Fix dashboard items loading issue on Safari #3097

Closed aglinxinyuan closed 1 day ago

aglinxinyuan commented 2 days ago

This PR fixes issue #3057. The issue can only be reproduced in production mode.

It looks like cdkVirtualFor is a leftover from the previous implementation, and we don't really need to use it for our current implementation.