Skip to content

Commit

Permalink
fix: 右侧dock自动隐藏和滚动条的冲突 (BewlyBewly#632)
Browse files Browse the repository at this point in the history
close: BewlyBewly#476

Co-authored-by: pengyunfei <[email protected]>
  • Loading branch information
cloudflypeng and pengyunfei committed Apr 22, 2024
1 parent 662aef4 commit 2bed50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dock/Dock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function toggleDockHide(hide: boolean) {
>
<!-- Edge div -->
<div
v-if="settings.autoHideDock"
v-if="settings.autoHideDock && hideDock"
class="dock-edge"
:class="`dock-edge-${settings.dockPosition}`"
@mouseenter="toggleDockHide(false)"
Expand Down

0 comments on commit 2bed50f

Please sign in to comment.