Skip to content

Commit f080724

Browse files
committed
Add onClusterWillChange and onClusterDidChange events
1 parent dda1709 commit f080724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = class extends React.Component {
1212

1313
eventHandlers = {
1414
onClick: null,
15+
onClusterWillChange: null,
16+
onClusterDidChange: null,
1517
onContentWillUpdate: null,
1618
onContentDidUpdate: null,
1719
onOpenNode: null,

0 commit comments

Comments
 (0)