We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open
1 parent 7c0f580 commit 0259bcfCopy full SHA for 0259bcf
1 file changed
packages/core/src/client/webcomponents/state/context.ts
@@ -51,6 +51,7 @@ export async function createDocksContext(
51
const switchEntry = async (id: string | null = null) => {
52
if (id == null) {
53
selectedId.value = null
54
+ panelStore.value.open = false
55
return true
56
}
57
if (id === '~client-auth-notice') {
0 commit comments