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
I'm pretty sure you have to wait until _onMakeImage() is called before IMG.src is set. if you want to wait until this task is completed then this modification will allow you to call a custom callback after it is rendered.
An callback would be really nice. In the meantime I'm using SetTimeout(). Since a timeout for as little as 2ms was enough for rendering I'm using 100ms. Hopefully it is enough for all users and not to long for the impatient ones.
No description provided.
The text was updated successfully, but these errors were encountered: