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
Maybe using onload to fetchThePreview so that it gets replaced as we scroll with the lazy loading?
Or use an intersectObserver and trigger the preview Fetch 🤷
The text was updated successfully, but these errors were encountered:
We could try to resize on demand, but that means we would have to generate the preview as we scroll.
nextcloud-upload/lib/components/NodesPicker.vue
Lines 239 to 263 in 2606188
Maybe using
onload
to fetchThePreview so that it gets replaced as we scroll with the lazy loading?Or use an intersectObserver and trigger the preview Fetch 🤷
The text was updated successfully, but these errors were encountered: