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

[Placeholder] Fix outline cache in placeholder #1155

Merged
merged 1 commit into from May 23, 2022

Commits on May 7, 2022

  1. Fix outline cache in placeholder

    In the original implementation of the placeholder modifier a `lastOutline` ref was used to cache the `Outline` returned by the `drawPlaceholder` method. An update was made that removed the assignment of the outline to the ref in this commit:
    
    google@350f4b9
    
    This change restores the ref assignment to make the outline cache function correctly.
    jeran committed May 7, 2022
    Copy the full SHA
    9c4a319 View commit details
    Browse the repository at this point in the history