Fix tooltip position: show on left side of node to not overlap branch handles
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1037,7 +1037,7 @@ defineExpose({
|
||||
v-if="hoveredNode"
|
||||
class="node-tooltip"
|
||||
:style="{
|
||||
left: `${hoveredNode.x * transform.k + transform.x + 30}px`,
|
||||
left: `${hoveredNode.x * transform.k + transform.x - 280}px`,
|
||||
top: `${hoveredNode.y * transform.k + transform.y - 20}px`,
|
||||
}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user