Skip to content

Commit e05217b

Browse files
committed
Add onClick event
1 parent cf05dc6 commit e05217b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = class extends React.Component {
1111
tree = null;
1212

1313
eventHandlers = {
14+
onClick: null,
1415
onContentWillUpdate: null,
1516
onContentDidUpdate: null,
1617
onOpenNode: null,

0 commit comments

Comments
 (0)