From 6fc4696d208a2ea79ca59af3c8da607dadd0d8aa Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Wed, 19 Apr 2023 15:22:19 -0400 Subject: [PATCH] [datetime2] fix(TimezoneSelect): items should dismiss popover --- .../datetime2/src/components/timezone-select/timezoneSelect.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/datetime2/src/components/timezone-select/timezoneSelect.tsx b/packages/datetime2/src/components/timezone-select/timezoneSelect.tsx index 671255ecef..647676bcaa 100644 --- a/packages/datetime2/src/components/timezone-select/timezoneSelect.tsx +++ b/packages/datetime2/src/components/timezone-select/timezoneSelect.tsx @@ -237,7 +237,6 @@ export class TimezoneSelect extends AbstractPureComponent2 ); };