fix: Graph.isValidAncestor manages null Cell parameter by tbouffard · Pull Request #699 · maxGraph/maxGraph
At runtime, some code pass a `null` Cell parameter, for example in `Graph.getEdges`. Previously, the implementation thrown an error if Cell was null. Also improve the signature of Graph.isValidAncestor - the `cell` parameter accepts `null` values - the `recurse` parameter is marked as optional
tbouffard
marked this pull request as ready for review
tbouffard
marked this pull request as ready for review
tbouffard
deleted the
fix/236_isValidAncestor_accept_null_Cell
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters