Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Fix issue 400 -- Error: e.cyTarget is undefined for upgraded Cytoscape.js version 3.2.17 #401

Closed JingVT closed 5 years ago

JingVT commented 5 years ago

Fixes #400

Cytoscape.js V3 has removed 'cy' prefix on event fields. Refer: https://github.com/cytoscape/cytoscape.js/issues/1537

This pull request changed all cyTarget to Target in graphs_page.js.