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
fix(panel): fix panel close routine if it was closed immediately (#4127)
fixes#4108 (again)
In practice, the time until the transition start is variable depending on
the browser, amongst other things. Android + Chrome is between 27 => 44ms
with a fast phone, but can take longer under many circumstances.
This removes the hardcoded time and instead looks for the transition start.
0 commit comments