Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 98807c9

Browse files
committed
fix: minimizePanelInactive default value
1 parent d532c30 commit 98807c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/views/composables.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const state = useObjectStorage<DevToolsFrameState>('__vue-devtools-frame-
4040
position: 'bottom',
4141
isFirstVisit: true,
4242
closeOnOutsideClick: false,
43-
minimizePanelInactive: 50000,
43+
minimizePanelInactive: 5000,
4444
})
4545

4646
// ---- useIframe ----

0 commit comments

Comments
 (0)