Skip to content

Commit

Permalink
Fix breadcrumb issue in drawers when drawers get closed #3003
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 14, 2020
1 parent 8bd2b84 commit 2a53618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/src/components/Drawers/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export default {
}
}
},
destroyed() {
this.$store.dispatch("drawers/close", this._uid);
},
methods: {
close() {
this.$refs.overlay.close();
Expand Down

0 comments on commit 2a53618

Please sign in to comment.