Hi,
I'm working on a plugin inside the issue view and our content is generated using React, it is often changing the size of the view so I use AP.resize to trigger a resize.
This works out fine most of the time but in one particular case where we need to append a view after the iframe has changed height, there is no callback or promise in AP.resize for us to use.
Without this callback there is a slight flicker from the iframe scrollbar which distracts the user from the current focus.
Is there a workaround for this?
Cheers,
Charlie