Skip to content

Commit

Permalink
fix: default state of DockingPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 4, 2023
1 parent afdaa5b commit a009866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/components/SideNav.vue
Expand Up @@ -2,7 +2,7 @@
const client = useClient()
const categories = useCategorizedTabs()
const show = ref(true)
const show = ref(false)
const panel = ref()
onClickOutside(panel, () => {
Expand Down

0 comments on commit a009866

Please sign in to comment.