Skip to content

Commit

Permalink
Update src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler+github@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 15, 2023
1 parent 86b13df commit 0005046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcBreadcrumbs/NcBreadcrumbs.vue
Expand Up @@ -234,7 +234,7 @@ export default {
this.hideCrumbs()
})
},
beforeUnmount() {
beforeDestroy() {
window.removeEventListener('resize', this.handleWindowResize)
unsubscribe('navigation-toggled', this.delayedResize)
},
Expand Down

0 comments on commit 0005046

Please sign in to comment.