LDEV-4780 Use callbak to resize iframe instead of load detection When iframe with LD for importing activities gets loaded, the SVG is not re…
Show more
LDEV-4780 Use callbak to resize iframe instead of load detectionWhen iframe with LD for importing activities gets loaded, the SVG is notready yet and reports false height. Instead of detecting when it isready, authoring JS code in the iframe reports height when it loadscompletely to its parent frame.
Show less