Skip to content

Commit b86e7b8

Browse files
committed
Fix typo
1 parent 67bce7a commit b86e7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class App extends React.Component {
9595
onContentDidUpdate={() => {
9696
this.updatePreview(this.tree.getSelectedNode());
9797
}}
98-
onSelect={(node) => {
98+
onSelectNode={(node) => {
9999
this.updatePreview(node);
100100
}}
101101
/>

0 commit comments

Comments
 (0)