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 2821950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Expand Up @@ -616,6 +616,10 @@ export default {
// Prevent the breadcrumbs from being draggable
attrs: {
draggable: false,

Check failure on line 619 in src/components/NcBreadcrumbs/NcBreadcrumbs.vue

View workflow job for this annotation

GitHub Actions / eslint

Trailing spaces not allowed
},
on: {
...crumb.componentOptions.listeners,
},
// Add the drag and drop handlers
nativeOn: {
Expand Down

0 comments on commit 2821950

Please sign in to comment.