Update core/src/components/picker-column/picker-column.tsx

Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
This commit is contained in:
Liam DeBeasi
2023-12-05 13:24:58 -05:00
committed by GitHub
parent c1d5401556
commit e8d5599aad

View File

@@ -300,7 +300,7 @@ export class PickerColumn implements ComponentInterface {
/**
* elementFromPoint returns the top-most element.
* This means that if an ion-backdrop is overlaying the
* picker then the appropriate picker-column-option will
* picker then the appropriate picker column option will
* not be selected. To account for this, we use elementsFromPoint
* and use an Array.find to find the appropriate column option
* at that point.