From e8d5599aada8b520639e9d9d5adb1942994b7840 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 5 Dec 2023 13:24:58 -0500 Subject: [PATCH] Update core/src/components/picker-column/picker-column.tsx Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> --- core/src/components/picker-column/picker-column.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/picker-column/picker-column.tsx b/core/src/components/picker-column/picker-column.tsx index a96620a448..396ce9495c 100644 --- a/core/src/components/picker-column/picker-column.tsx +++ b/core/src/components/picker-column/picker-column.tsx @@ -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.