mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user