Skip to content

Commit

Permalink
fix(Combobox): error log when opening content
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Aug 19, 2024
1 parent 77d7273 commit 6d4f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radix-vue/src/Combobox/ComboboxContentImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const rootContext = injectComboboxRootContext()
useBodyScrollLock(props.bodyLock)
const { forwardRef, currentElement } = useForwardExpose()
useHideOthers(currentElement)
useHideOthers(rootContext.parentElement)
const pickedProps = computed(() => {
if (props.position === 'popper')
Expand Down

0 comments on commit 6d4f19a

Please sign in to comment.