mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Minimap Show nodes outside viewport (#10843)
This commit is contained in:
parent
acb4194fa1
commit
9c95db8282
|
@ -555,7 +555,6 @@ provide(CanvasKey, {
|
|||
pannable
|
||||
zoomable
|
||||
:node-class-name="minimapNodeClassnameFn"
|
||||
mask-color="var(--color-background-base)"
|
||||
:node-border-radius="16"
|
||||
@mouseenter="onMinimapMouseEnter"
|
||||
@mouseleave="onMinimapMouseLeave"
|
||||
|
|
Loading…
Reference in a new issue