Skip to content

Commit 5acd0a1

Browse files
committed
chore: fix tab on example page
#479
1 parent 22e5466 commit 5acd0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/components/ExampleItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class ExampleItem extends Component {
6262
<LiveError />
6363
<div className="live-preview">
6464
<div className={editorClassNames}>
65-
<LiveEditor />
65+
<LiveEditor tabMode={editorOpen ? 'indentation' : 'focus'} />
6666
</div>
6767
<LivePreview
6868
className="react-live-preview"

0 commit comments

Comments
 (0)