Skip to content

Commit

Permalink
fix: dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedsa committed May 23, 2024
1 parent eaf0f99 commit 4d4a275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
shamefully-hoist = true
ignore-workspace-root-check = true
@tiptap-pro:registry=https://registry.tiptap.dev/
//registry.tiptap.dev/:_authToken=Gt/OzBETtPX4m+6ipi8qaYHgbEklaFd/HTBERN44XVEvLT+w1tbnIUV3Dlqcy8s0
2 changes: 1 addition & 1 deletion src/components/ui/dropdown-menu/DropdownMenuContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
</script>

<template>
<DropdownMenuPortal>
<DropdownMenuPortal disabled>
<DropdownMenuContent
v-bind="forwarded"
:class="
Expand Down

0 comments on commit 4d4a275

Please sign in to comment.