Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix thumbnail indexing #103

Merged
merged 1 commit into from
Jun 7, 2022
Merged

fix thumbnail indexing #103

merged 1 commit into from
Jun 7, 2022

Conversation

toloudis
Copy link
Contributor

@toloudis toloudis commented May 30, 2022

Problem

From Graham:

Mac Monterey 12.4 running latest Chrome. 
Opened cfe and selected main variance dataset.  
Delesected all and then tried to load only Endoplasmic reticulum.  
No thumnails show up and clicking any dots won't load anything into the gallery.
Same issue for Mitochondria... probably all of them
Thumbs etc only available when ShowAll

Solution

Thumbnail in plot was using wrong index.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@toloudis toloudis requested review from meganrm and schoinh as code owners May 30, 2022 00:36
index,
thumbnailPath: thumbnailPaths[index],
index: cellIndex,
thumbnailPath: thumbnailPaths[i],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a lot of indices

@toloudis toloudis merged commit defebcb into main Jun 7, 2022
@toloudis toloudis deleted the fix/broken-thumbnails-selected branch June 7, 2022 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants