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

docs: fix indentWithTab prop description #483

Merged

Commits on Apr 2, 2023

  1. docs: fix indentWithTab prop description

    The description for the `indentWithTab` prop in the `ReactCodeMirrorProps` interface was incorrect, as it duplicated the description of the `basicSetup` prop
    lloydlobo committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f9822cb View commit details
    Browse the repository at this point in the history
  2. docs: fix indentWithTab prop description

    This commit updates the indentWithTab prop description in the ReactCodeMirrorProps interface, reflecting the changes made in `core/index.tsx`. 
    
    The updated description correctly explains that the prop controls whether pressing the `Tab` key inserts a tab character and indents the text (`true`) or behaves according to the browser's default behavior (`false`).
    lloydlobo committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    82367a9 View commit details
    Browse the repository at this point in the history