Skip to content

Commit

Permalink
Update src/CheckTreePicker/CheckTreePicker.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Guo <simonguo.2009@gmail.com>
  • Loading branch information
SevenOutman and simonguo committed Jan 26, 2022
1 parent 4c0a328 commit 1c72ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CheckTreePicker/CheckTreePicker.tsx
Expand Up @@ -292,7 +292,7 @@ const CheckTreePicker: PickerComponent<CheckTreePickerProps> = React.forwardRef(
valueKey,
selector: `.${checkTreePrefix('node-active')}`,
activeNode,
virtualized: virtualized,
virtualized,
container: treeViewRef.current,
formattedNodes: getFormattedNodes()
});
Expand Down

0 comments on commit 1c72ffa

Please sign in to comment.