We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e5466 commit a89cd63Copy full SHA for a89cd63
examples/src/components/ExampleItem.js
@@ -62,7 +62,7 @@ export default class ExampleItem extends Component {
62
<LiveError />
63
<div className="live-preview">
64
<div className={editorClassNames}>
65
- <LiveEditor />
+ <LiveEditor tabMode={editorOpen ? 'indentation' : 'focus'} />
66
</div>
67
<LivePreview
68
className="react-live-preview"
0 commit comments