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
Error seems to be in ./lib/features/auto-place/AutoPlaceUtil.js in L54, when orientation is set to 'top-right' or another corner, verticalDistances[orientation] returns NaN.
It then create an infinite loop.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Auto-placement of element after BoundaryEvent.
Actual Behavior
Infinite loop caused by a NaN.
Steps to reproduce the Behavior
Error seems to be in ./lib/features/auto-place/AutoPlaceUtil.js in L54, when orientation is set to 'top-right' or another corner, verticalDistances[orientation] returns NaN.
It then create an infinite loop.
The text was updated successfully, but these errors were encountered: