Skip to content

Commit

Permalink
💫 Update: Ex - Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 1, 2023
1 parent be5c6dd commit ed5281d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/examples/Test09.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export function Test09(props: ExampleProps) {
}}
onModalDetentDidCompute={({ nativeEvent }) => {
console.log(
"onModalDetentDidCompute",
+ ` - key: ${nativeEvent.key}`,
"onModalDetentDidCompute"
+ ` - key: ${nativeEvent.key}`
+ ` - maximumDetentValue: ${nativeEvent.maximumDetentValue}`
+ ` - computedDetentValue: ${nativeEvent.computedDetentValue}`
);
Expand Down

0 comments on commit ed5281d

Please sign in to comment.