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

Specify explicit cursorShape to avoid missing cursor in GraphQL Playground. #1607

Merged
merged 5 commits into from Sep 20, 2018

Commits on Sep 3, 2018

  1. Specify explicit cursorShape to avoid missing cursor in GraphQL Pla…

    …yground.
    
    This solves a problem with the text cursor caret not being visible in the
    operation input box within GraphQL Playground by explicitly setting a
    GraphQL Playground configuration option called `cursorShape` to `line`.
    
    All credit for the actual solution goes to @lpellegr for their discovery in
    graphql/graphql-playground#790 (comment)
    abernix committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    7828a38 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    c55e914 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    6edcf20 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    abernix committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    a971a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41817b4 View commit details
    Browse the repository at this point in the history