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

Render initial preview for empty documents #8729

Merged
merged 1 commit into from
Nov 13, 2020

Commits on Nov 6, 2020

  1. Render initial preview for empty documents

    The preview-widget checks whether the content of the underlying text
    document changed before rerendering its content. In case of empty
    documents this check prevented the initial rendering of the preview.
    This is now fixed by distinguishing between empty and non-existing
    content.
    
    Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com>
    Contributed on behalf of STMicroelectronics
    sdirix committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    de0787d View commit details
    Browse the repository at this point in the history