Skip to content

Commit

Permalink
fix(Menu): missing reference prop passed to PopperContent (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermitzos authored Dec 6, 2024
1 parent 9e32d7b commit 0000b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Menu/MenuContentImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ provideMenuContentContext({
:position-strategy="positionStrategy"
:sticky="sticky"
:hide-when-detached="hideWhenDetached"
:reference="reference"
@keydown="handleKeyDown"
@blur="handleBlur"
@pointermove="handlePointerMove"
Expand Down

0 comments on commit 0000b6b

Please sign in to comment.