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 over-calculation in when loading data in perspective-viewer #2323

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

texodus
Copy link
Member

@texodus texodus commented Aug 2, 2023

Fixes an issue which caused <perspective-viewer> to delete, then recalculate, the same view in some cases, particularly around initial-load time. With this PR, <perspective-viewer> now uses it's internal configuration struct's equality to determine if re-rendering should occur.

@texodus texodus force-pushed the fix-double-view branch 19 times, most recently from 149e88f to 8647585 Compare August 4, 2023 15:05
@texodus texodus added the bug Concrete, reproducible bugs label Aug 4, 2023
@texodus texodus changed the title Fix double view Fix over-calculation in when loading data in perspective-viewer Aug 4, 2023
@texodus texodus merged commit f4a9774 into master Aug 7, 2023
8 of 15 checks passed
@texodus texodus deleted the fix-double-view branch August 7, 2023 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs JS Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant