Skip to content

Commit

Permalink
fix(NcBreadcrumbs): call listener for hidden crumb
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 Aug 14, 2023
1 parent 5273f33 commit ebbb63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Expand Up @@ -617,6 +617,9 @@ export default {
attrs: {
draggable: false,
},
on: {
...crumb.componentOptions.listeners,
},
// Add the drag and drop handlers
nativeOn: {
dragstart: this.dragStart,
Expand Down

0 comments on commit ebbb63f

Please sign in to comment.