Skip to content

Commit

Permalink
dram from both source and target
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Sep 17, 2022
1 parent 2491260 commit 2502b31
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,16 @@ function App() {
hoverStyle: { backgroundColor: 'rgba(0,0,0,0)', backgroundImage: null, color: null }
}
),
targetNode,
// targetNode,
LeaderLine.mouseHoverAnchor(
targetNode,
'draw',
{
animOptions: { duration: 800, timing: 'ease' },
style: { backgroundColor: 'rgba(0,0,0,0)', backgroundImage: null, color: null },
hoverStyle: { backgroundColor: 'rgba(0,0,0,0)', backgroundImage: null, color: null }
}
),
lineOptions
);
line.id = "arrow-line-" + i.toString() + '-' + tokenHead.ind
Expand Down

0 comments on commit 2502b31

Please sign in to comment.