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

Bug 1866033: Use Monaco APIs to set YAML editor value #6239

Merged
merged 1 commit into from Aug 6, 2020

Commits on Aug 5, 2020

  1. Bug 1866033: Use Monaco APIs to set YAML editor value

    Previously we were tracking the value in state, but this isn't
    necessary. We read the current value from the Monaco edit API already,
    and it caused a side effect of selecting the entire document on changes.
    spadgett committed Aug 5, 2020
    Copy the full SHA
    974cc43 View commit details
    Browse the repository at this point in the history