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

BUG: Problem updating color in circular layout #192

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

ElDeveloper
Copy link
Member

Setting the color and switching between layouts would work just fine.
However, setting the color once in the circular layout would make the
browser tab crash. Seems to be related to to the line width not being parsed
correctly.

Setting the color and switching between layouts would work just fine.
However, setting the color once in the circular layout would make the
browser tab crash. Seems to be related to to the line width not being parsed
correctly.
@kwcantrell
Copy link
Collaborator

Interesting, I think their might have been some kind of "race" condition where the line width input box was invalid and was not set before the update function was called. So, the line width value was undefined. I'll be able to confirm once I get #142.

@kwcantrell kwcantrell closed this Jun 20, 2020
@ElDeveloper ElDeveloper reopened this Jun 22, 2020
@ElDeveloper ElDeveloper added this to the Alpha Release milestone Jun 22, 2020
@ElDeveloper ElDeveloper requested a review from kwcantrell June 22, 2020 17:48
@kwcantrell kwcantrell merged commit b5c7874 into biocore:master Jun 22, 2020
@ElDeveloper
Copy link
Member Author

Thanks @kwcantrell!

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