Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
krkshitij committed Feb 18, 2025
1 parent 4d2856f commit b53e3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class LegendsBase extends React.Component<ILegendsProps, ILegendState> im
// eslint-disable-next-line react/jsx-no-bind
onCardHide={onHoverCardHideHandler}
setInitialFocus={true}
trapFocus={true}
trapFocus={false}
onCardVisible={this._hoverCardVisible}
styles={classNames.subComponentStyles.hoverCardStyles}
cardDismissDelay={300}
Expand Down

0 comments on commit b53e3ec

Please sign in to comment.