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
This is probably an edge case, but ran into it while testing.
Loaded an image using the list view.
Deleted the layers manually in napari.
Tried to reload the image: neither click in list view nor on the thumbnail works.
I had to load something else and then I could load the original image again.
The text was updated successfully, but these errors were encountered:
Maybe onne way to avoid this would be to change the UX so that images aren't loaded on click/selection, but on doubleclick?
I find the loading upon click a bit dangerous (e.g., in case of a large2D image - lazy loading via dask won't help much there) and a doubleclick to load woudn't be too far outside what people would try intuitively to load an image.
Yeah, I agree I assume it's because it relies on selection currently.
Double click to open is pretty intuitive. Or we add an explicit Load button -- most obvious and how e.g. QuPath omero extensions work.
This is probably an edge case, but ran into it while testing.
Loaded an image using the list view.
Deleted the layers manually in napari.
Tried to reload the image: neither click in list view nor on the thumbnail works.
I had to load something else and then I could load the original image again.
The text was updated successfully, but these errors were encountered: