feat!: make edge bend points easier to manage by tbouffard · Pull Request #633 · maxGraph/maxGraph
Previously in `mxGraph`, this was done by updating the properties on the prototype of the `EdgeHandler` class. This didn't work anymore in `maxGraph`. It is now possible to configure them back by using new properties available in `EdgeHandlerConfig` BREAKING CHANGES: the following properties have been removed from `EdgeHandler` and are replaced by global configuration in `EdgeHandlerConfig`: - addEnabled --> addBendOnShiftClickEnabled - removeEnabled --> removeBendOnShiftClickEnabled - virtualBendOpacity - virtualBendsEnabled
tbouffard
deleted the
feat/EdgeHandler_config_virtual_bends_and_dblClickRemovedBends
branch
This was referenced
Jan 27, 2025This was referenced
Feb 16, 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