Skip to content

Commit

Permalink
Fix Issue Side Panel not closing on Desktop (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Milewski <[email protected]>
  • Loading branch information
vitorcrovador and milewski authored Oct 23, 2023
1 parent c72a1c7 commit 99ff810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}
if (this.currentActiveMenu === menu) {
if (this.currentActiveMenu?.key === menu?.key) {
this.currentActiveMenu = null
Expand Down

0 comments on commit 99ff810

Please sign in to comment.