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
** Description **
In an Angular application using a popup/modal it does not finish applying the styles properly until a click event happens. Issue may be caused by race condition where the modal is visible but drawing is not finished.
To ensure that drawing is finished I applied the change below and the issue was resolved.
** Version **
4.1.0
The text was updated successfully, but these errors were encountered:
** Description **
In an Angular application using a popup/modal it does not finish applying the styles properly until a click event happens. Issue may be caused by race condition where the modal is visible but drawing is not finished.
To ensure that drawing is finished I applied the change below and the issue was resolved.
** Version **
4.1.0
The text was updated successfully, but these errors were encountered: