Skip to content

Commit

Permalink
Merge 83e30dc into de18711
Browse files Browse the repository at this point in the history
  • Loading branch information
xettri authored Nov 17, 2023
2 parents de18711 + 83e30dc commit be446b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface DropdownProps
| 'mouseLeaveDelay'
| 'onPopupAlign'
| 'builtinPlacements'
| 'autoDestroy'
> {
minOverlayWidthMatchTrigger?: boolean;
arrow?: boolean;
Expand Down
3 changes: 2 additions & 1 deletion tests/__snapshots__/basic.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`dropdown simply works 1`] = `
</button>
<div
class="rc-dropdown rc-dropdown-placement-bottomLeft"
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 100px;"
>
<ul
class="rc-menu rc-menu-root rc-menu-vertical"
Expand All @@ -32,6 +32,7 @@ exports[`dropdown simply works 1`] = `
</li>
<li
class="rc-menu-item-divider"
role="separator"
/>
<li
class="rc-menu-item"
Expand Down

0 comments on commit be446b8

Please sign in to comment.