Open LinusHe opened 4 years ago
Thanks, the problem is that the updateDataOrStyleCyHandler
function is expecting only elements data
updates, when we get a cy
data change the crash occurs.
I think we should trigger an update on every element, as any element could use that from within their template.
Hi :)
A console error occurs when I change data in the Cytoscape instance:
For example, I set the data object "test" to the value "123" using
cyInstance.data ("test", "123")
.When I do this in a project in which I have installed the HTML node plugin, the following bug appears:
Here is an example: