freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
738 stars 227 forks source link

how to keep events working when the mouse is out of canvas #155

Closed Samanoova closed 1 year ago

Samanoova commented 3 years ago

Hi I have a problem when dragging a shape or connection that if the mouse goes out of the canvas area the events stop working until the mouse back to the canvas area is there any way to keep events working while the mouse is out?

freegroup commented 1 year ago

no. The browser do not send any events if the mouse is out of the canvas area.