From 05a743e6206c85f669758e0d6800088ee6e92ca1 Mon Sep 17 00:00:00 2001 From: Brandon Cheng Date: Wed, 9 Aug 2023 17:33:47 -0400 Subject: [PATCH] Pass portalStopPropagationEvents prop from Portal to underlying Overlay --- packages/core/src/components/popover/popover.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/components/popover/popover.tsx b/packages/core/src/components/popover/popover.tsx index e52ecef6f07..1e031dee455 100644 --- a/packages/core/src/components/popover/popover.tsx +++ b/packages/core/src/components/popover/popover.tsx @@ -477,6 +477,7 @@ export class Popover< usePortal={this.props.usePortal} portalClassName={this.props.portalClassName} portalContainer={this.props.portalContainer} + portalStopPropagationEvents={this.props.portalStopPropagationEvents} // if hover interaction, it doesn't make sense to take over focus control shouldReturnFocusOnClose={this.isHoverInteractionKind() ? false : shouldReturnFocusOnClose} >