Skip to content

Commit 586f32c

Browse files
fix: treemap view hover blinking (#110)
1 parent e06757c commit 586f32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/app/components/display/GraphHoverView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ watch([hoverX, hoverY], ([x, y]) => {
4646

4747
<template>
4848
<Teleport to="body">
49-
<div ref="hoverElement" fixed z-panel-content :style="{ left: `${left}px`, top: `${top}px` }">
49+
<div ref="hoverElement" fixed z-panel-content pointer-events-none :style="{ left: `${left}px`, top: `${top}px` }">
5050
<slot />
5151
</div>
5252
</Teleport>

0 commit comments

Comments
 (0)