refactor: simplify Editor installDblClickHandler by tbouffard · Pull Request #938 · maxGraph/maxGraph
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
deleted the
refactor/editor_install_dbclick_handler
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