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

Add manual trigger of changeDetector in Master Renderer #1671

Merged
merged 1 commit into from
Dec 23, 2020

Commits on Dec 23, 2020

  1. Add manual trigger of changeDetector in Master Renderer

    When the data array of the list master detail renderer is empty,
    then changing the data does not rerender the ui.
    To fix this the changeDetector is manually triggered.
    This error can only be reproduced in the seed,
    not from the dev environment.
    Furthermore the readonly handling was fixed.
    
    Fix eclipsesource#1667
    eneufeld committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    52e11f6 View commit details
    Browse the repository at this point in the history