You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
* 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`).
0 commit comments