Skip to content

Commit

Permalink
feat: render preview edge on decorator pane
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 13, 2019
1 parent 9a5f335 commit b34ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6/src/handler/connection/preview.ts
Expand Up @@ -599,7 +599,7 @@ export class Preview extends Disposable {

shape.scale = this.graph.view.scale
shape.pointerEvents = false
shape.init(this.graph.view.getOverlayPane())
shape.init(this.graph.view.getDecoratorPane())

MouseEventEx.redirectMouseEvents(shape.elem, this.graph, null)

Expand Down

0 comments on commit b34ea62

Please sign in to comment.