Skip to content

Commit

Permalink
✨ add cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Mar 18, 2020
1 parent 08c315c commit 931e9de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphin/src/shape/render/CircleNode.ts
Expand Up @@ -50,6 +50,7 @@ const renderNodeShape: NodeShapeFunction = (node: Node) => {
fontFamily,
textAlign: 'center',
textBaseline: 'middle',
cursor: 'pointer',
},
},
{
Expand Down

0 comments on commit 931e9de

Please sign in to comment.