Skip to content

Commit

Permalink
Fix dragging onto hidden crumbs
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Dec 21, 2021
1 parent 987b0b1 commit b5ea198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ This component is meant to be used inside a Breadcrumbs component.
<Actions ref="actions"
:force-menu="forceMenu"
:open="open"
@update:open="onOpenChange">
@update:open="onOpenChange"
container=".crumb--with-action.dropdown">
<!-- @slot All action elements passed into the default slot will be used -->
<slot />
</Actions>
Expand Down

0 comments on commit b5ea198

Please sign in to comment.