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
if (!isHorizontal) {
// При вертикальном отображении left и right показывают - помещается ли содержимое по горизонатали в границах экрана
directions.top = directions.top && directions.left && directions.right;
directions.bottom = directions.top && directions.left && directions.right;
}
When tooltip shows to top, it do not check, that it's content visible on screen:
The text was updated successfully, but these errors were encountered: