Skip to content

Commit

Permalink
Added fix to prevent drawing links from hidden link label
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Robert Tester committed Oct 15, 2018
1 parent e4d1f1d commit e8311a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/blockPort/blockPortWidget.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class BlockPortWidget extends BaseWidget {
this.props.portType === 'HIDDEN' ? (
<div
{...this.getProps()}
onMouseDown={e => e.stopPropagation()}
data-name={this.props.portName}
data-nodeid={this.props.nodeId}
role="presentation"
Expand Down

0 comments on commit e8311a2

Please sign in to comment.