Skip to content

Commit f498d04

Browse files
authored
Merge pull request #52 from temme-stefan/fix/ExpandableOject/beforeExpandChange
Fix: beforeExpandChange not delegated
2 parents eae5f87 + ce1c800 commit f498d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataRenderer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ function ExpandableObject({
200200
level={childLevel}
201201
shouldExpandNode={shouldExpandNode}
202202
clickToExpandNode={clickToExpandNode}
203+
beforeExpandChange={beforeExpandChange}
203204
outerRef={outerRef}
204205
/>
205206
))}

0 commit comments

Comments
 (0)