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
feat(Layout): iFrame safe now reuses ids of deleted pane and is on by…
… default
In Chrome removing a sibling that appears before an iframe from the DOM causes the iframe to reload.
We prevent this now by leaving wrapper elements behind for deleted panes and reusing the ids of
deleted panes when new panes are added later.