All Windows users can cancel the current mouse drag-n-drop operation, by pressing ESC. At such times, they cannot release the mouse, otherwise the items will land in an undesired location.
The same philosophy is applied to mouse drawing operations also: They can be canceled "mid-flight" by pressing ESC. Releasing the mouse would complete the operation, and then pressing ESC has no meaning: In that case the user has to press CTRL+Z to undo that last operation.
But yEd editor is unique in this: Once we start drawing an edge, we cannot press ESC to cancel that. We have to release the mouse "somewhere" and only then the ESC works (only after the first segment of the edge appears on the canvas).
Thus, yEd is not consistent with the other software that do not require the user to release the mouse before he can cancel the operation.
Desired: Let the ESC key work normally like in other apps.