Skip to content

Commit

Permalink
chore: fix tab on example page
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 21, 2023
1 parent 22e5466 commit 5acd0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/components/ExampleItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class ExampleItem extends Component {
<LiveError />
<div className="live-preview">
<div className={editorClassNames}>
<LiveEditor />
<LiveEditor tabMode={editorOpen ? 'indentation' : 'focus'} />
</div>
<LivePreview
className="react-live-preview"
Expand Down

0 comments on commit 5acd0a1

Please sign in to comment.