UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
364 stars 67 forks source link

Select and move objects #3

Closed ugouhar closed 4 years ago

ugouhar commented 4 years ago

If we create two nodes (1, 2) and select and drag node 2 over node 1, then node 2 will lie above 1. But if we again double click on node 2 and try to drag it, then node 1 is selected and dragged, not node 2.

UnickSoft commented 4 years ago

Thanks. We will fix it.

UnickSoft commented 4 years ago

I changed select algorithm. Now it selects top object.