Edwin Smulders
Edwin Smulders
~~I'm having the same problem, and just like eps-tvaughan, cy.on did not solve the problem for either.~~ Edit: it did work, I misspelled the `cy` prop
What worked really well for me is this: ``` cy.on('resize', _evt => { cy.layout(layoutOptions).run() cy.fit() }) ``` This will run the layout the first time it configures the size, which...
I've tried this but I can't find any circumstances that made this work like @mmuenker says is possible. However, I also cannot find why it doesn't work - it seems...