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
in file flexible-connected-position-strategy.ts
the code direct use minWidth to do compare, but the minWidth may be string e.g. '100px'
so the compare result will always is false. this will cause the position wrong.