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.
1 parent 2d8f70c commit 61d69bfCopy full SHA for 61d69bf
packages/devtools-vite/src/app/pages/session/[session].vue
@@ -180,10 +180,10 @@ onMounted(async () => {
180
<div
181
v-if="route.query.chunk" fixed inset-0
182
backdrop-blur-8 backdrop-brightness-95 z-panel-content
183
+ @click.self="closeChunkPanel"
184
>
185
186
:key="(route.query.chunk as string)"
- v-on-click-outside="closeChunkPanel"
187
fixed right-0 bottom-0 top-20 z-panel-content
188
bg-glass border="l t base rounded-tl-xl"
189
class="left-20 xl:left-100 2xl:left-150"
0 commit comments