Skip to content

Commit 9833390

Browse files
committed
Add details to clearOnUnhover prop description
1 parent 0ef4ef7 commit 9833390

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/components/Cytoscape.react.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,9 @@ Cytoscape.propTypes = {
921921
responsive: PropTypes.bool,
922922

923923
/**
924-
* Clear mouseoverNodeData and mouseoverEdgeData on unhover
924+
* If set to True, mouseoverNodeData and mouseoverEdgeData will be cleared on unhover.
925+
* If set to False, the value of mouseoverNodeData and mouseoverEdgeData will be the last
926+
* Node or Edge hovered over
925927
*/
926928
clearOnUnhover: PropTypes.bool,
927929
};

0 commit comments

Comments
 (0)