We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07876b7 commit 7cbd943Copy full SHA for 7cbd943
packages/ui/client/pages/index.vue
@@ -34,7 +34,7 @@ function resizeMain() {
34
<template>
35
<ProgressBar />
36
<div h-screen w-screen overflow="hidden">
37
- <Splitpanes class="pt-4px" @resized="onMainResized" @ready="resizeMain">
+ <Splitpanes class="pt-4px" @resized="onMainResized" @resize="onBrowserPanelResizing(true)" @ready="resizeMain">
38
<Pane :size="mainSizes[0]">
39
<Navigation />
40
</Pane>
0 commit comments