refactor: simplify Editor installDblClickHandler by tbouffard · Pull Request #938 · maxGraph/maxGraph

@tbouffard

Remove usage of variable holding this.

The callback passed to graph.addListener is an arrow function.
Arrow functions do not have their own this binding; they inherit this from the enclosing scope, which in this case is
the Editor instance.

@tbouffard tbouffard deleted the refactor/editor_install_dbclick_handler branch

November 5, 2025 15:42