Skip to content

Commit

Permalink
fix(editor): Minimap Show nodes outside viewport (#10843)
Browse files Browse the repository at this point in the history
  • Loading branch information
r00gm authored and riascho committed Sep 23, 2024
1 parent a8afcae commit e332798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-ui/src/components/canvas/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e332798

Please sign in to comment.