fix: consider `ManhattanConnector` as orthogonal by tbouffard · Pull Request #707 · maxGraph/maxGraph
Currently, the implementation of a connector must be explicitly referenced in the code to decide whether it is considered orthogonal. This is not configurable. So, when a new connector is added, its reference must be added. This was not done when `ManhattanConnector` was introduced. ManhattanConnector is now referenced in `Graph.isOrthogonal` and `Graph.createEdgeHandler`. tests have been added to validate the correction and a refactoring of the implementation to simplify it.
tbouffard
marked this pull request as ready for review
tbouffard
deleted the
fix/ManhattanConnector_considered_as_orthogonal
branch
This was referenced
May 2, 2025This 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