Skip to content

Commit

Permalink
co-pilot removed a comment on me
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Apr 16, 2024
1 parent c495606 commit 67c569f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/ui/src/js/src/elements/usePickerProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export function usePickerProps<T>(
onBlur: serializedOnBlur,
onKeyDown: serializedOnKeyDown,
onKeyUp: serializedOnKeyUp,
// The @deephaven/components `Picker` has its own normalization logic that
// handles primitive children types (string, number, boolean). It also
// handles nested children inside of `Item` and `Section` components, so
// we are intentionally not wrapping `otherProps` in `mapSpectrumProps`
...otherProps,
} as T & SerializedPickerEventProps;
}

0 comments on commit 67c569f

Please sign in to comment.