Skip to content

Commit

Permalink
proposed fix to popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Bruner committed May 4, 2020
1 parent ed5f58b commit 69b4587
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scot-ui/src/modal/entity_detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -1128,9 +1128,11 @@ class EntityBody extends React.Component {
entityEnrichmentLinkArr.push(
<Button
bsSize="xsmall"
target="_blank"
id={entityData[prop].data.url}
onMouseDown={this.linkOnClickIntercept}
{ prop.nopopup == 1 ? null :
onMouseDown={this.linkOnClickIntercept}
target="_blank"
}
>
{entityData[prop].data.title}
</Button>
Expand Down

0 comments on commit 69b4587

Please sign in to comment.