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 prop inheritance of reusable elements and CanvasControl memory leak. #5

Merged
merged 2 commits into from
Apr 3, 2021

Conversation

marlenecota
Copy link
Owner

  • Prop propagation in reusable elements:
    • Use now pushes its props to its children (as long as the prop is not set on the child).
    • It then restores the child's original props after render.
  • CanvasControl memory leak:

@marlenecota marlenecota merged commit c88bbc7 into windows Apr 3, 2021
@marlenecota marlenecota deleted the fix-use branch April 3, 2021 19:00
marlenecota added a commit that referenced this pull request Aug 17, 2021
…ak. (#5)

* Fix prop propagation of UseView

* Symbol: Fix prop inheritance. SvgView: Add Page Unload handler
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.

1 participant