Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Oct 7, 2024
1 parent b7448d3 commit fd8b4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/popover/a11y.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default function Example() {
<Popover
accessibilityLabel="Save to board"
anchor={anchorRef.current}
forceDirection
id="a11l-example"
idealDirection="down"
forceDirection
onDismiss={() => setOpen(false)}
shouldFocus={false}
// positionRelativeToAnchor={false}
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/src/Popover/InternalPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export default function InternalPopover({
border
caret={showCaret}
disablePortal={disablePortal}
forceDirection={forceDirection}
hideWhenReferenceHidden={hideWhenReferenceHidden}
id={id}
idealDirection={idealDirection}
forceDirection={forceDirection}
onDismiss={onDismiss}
onKeyDown={onKeyDown}
onPositioned={onPositioned}
Expand Down

0 comments on commit fd8b4aa

Please sign in to comment.