Open biskit opened 1 year ago
have it in another component that gets resized
cy.on('resize') gets called, but for it to layout and run properly, i need to update the style in CytoscapeComponent with new width and height
cy.on('resize')
style
CytoscapeComponent
width
height
how does one do it
have it in another component that gets resized
cy.on('resize')
gets called, but for it to layout and run properly, i need to update thestyle
inCytoscapeComponent
with newwidth
andheight
how does one do it