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 clusterHeight() to use most current state information #34

Merged
merged 1 commit into from Jul 6, 2018

Conversation

mudcube
Copy link
Contributor

@mudcube mudcube commented Jul 4, 2018

Currently computeHeight uses old this.state data to compute the clusterHeight. If the clusterHeight has changed, then this results in requring the coder to call tree.update twice.

Currently `computeHeight` uses old `this.state` data to compute the clusterHeight. If the clusterHeight has changed, then this results in requring the coder to call `tree.update` twice.
@cheton cheton merged commit 261b2db into cheton:master Jul 6, 2018
@cheton
Copy link
Owner

cheton commented Jul 6, 2018

Fixed in v1.16.2

Thank you

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.

None yet

2 participants