You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, as far as i can see, the aftercollapse event is generated before the actual edges are removed and meta edges are added. Is this the required behaviour?
Edit: This seems to be because the updates are done in a cy.batch() and the event is generated inside the batch but the changes don't take place until the batch ends.
The text was updated successfully, but these errors were encountered:
utkarshagarwal01
changed the title
aftercollapse event is generated before the edges are replaced with meta edge
aftercollapse event is generated before the edges are replaced with meta edge
Mar 28, 2019
Also, as far as i can see, the
aftercollapse
event is generated before the actual edges are removed and meta edges are added. Is this the required behaviour?Edit: This seems to be because the updates are done in a
cy.batch()
and the event is generated inside the batch but the changes don't take place until the batch ends.Originally posted by @utkarshagarwal01 in #71 (comment)
The text was updated successfully, but these errors were encountered: