feat!: make various cursors configurable by tbouffard · Pull Request #806 · maxGraph/maxGraph

@tbouffard

Previously, the cursors used in various places where define in the CURSOR enum, so their values wasn't configurable.
The cursors can now be configurable using global configuration objects or directly in the classes where they are used.

BREAKING CHANGES: the `constants.CURSOR` enum has been removed. The values are now configurable and have been moved to:
  - `ConnectionHandler`
  - `EdgeHandlerConfig`
  - `HandleConfig`
  - `VertexHandlerConfig`

@tbouffard tbouffard deleted the feat/378_configurable_cursors branch

May 4, 2025 16:39

This was referenced

May 5, 2025