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
To facilitate quicker usage, we can set the default position for the tooltip to Top. The Top position will have the lowest priority, so if other positions are specified, those will take precedence.
It might be a good idea to introduce a new enum parameter called Position, which would help avoid any confusion regarding priority.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Proposal and motivation
To facilitate quicker usage, we can set the default position for the tooltip to
Top
. TheTop
position will have the lowest priority, so if other positions are specified, those will take precedence.It might be a good idea to introduce a new enum parameter called
Position
, which would help avoid any confusion regarding priority.Additional context
No response
The text was updated successfully, but these errors were encountered: