Skip to content
New issue

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

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

Already on GitHub? # to your account

fix draw function can only call once #832

Merged
merged 1 commit into from
Jun 11, 2019
Merged

Conversation

vaniship
Copy link
Contributor

@vaniship vaniship commented May 7, 2019

After working around the first problem was, that the diagram was only rendered the first time. Each time after that cannot read property x of undefined occurred.

I fix this bug. idCache not clear when then next draw.

fix #748

@coveralls
Copy link

Pull Request Test Coverage Report for Build 751

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 54.246%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/diagrams/class/classRenderer.js 1 2 50.0%
Totals Coverage Status
Change from base Build 716: -0.01%
Covered Lines: 2051
Relevant Lines: 3756

💛 - Coveralls

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class Diagram Issues when using Mermaid in Stackedit
3 participants