Skip to content

Commit

Permalink
fix(ui, browser): disable mouse events when resizing main navigation …
Browse files Browse the repository at this point in the history
…panel (#5863)
  • Loading branch information
userquin committed Jun 9, 2024
1 parent 07876b7 commit 7cbd943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function resizeMain() {
<template>
<ProgressBar />
<div h-screen w-screen overflow="hidden">
<Splitpanes class="pt-4px" @resized="onMainResized" @ready="resizeMain">
<Splitpanes class="pt-4px" @resized="onMainResized" @resize="onBrowserPanelResizing(true)" @ready="resizeMain">
<Pane :size="mainSizes[0]">
<Navigation />
</Pane>
Expand Down

0 comments on commit 7cbd943

Please sign in to comment.