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
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
The bubbleBoundingWidth / bubbleBoundingHeight is from el.offsetWidth / el.offsetHeight and does include the border but the arrow position is set relative to the bubble content (without border).
If you set arrowOffset to "center" and the bubble has a border, the arrow is not centered correct.
Minimal example: http://fiddle.jshell.net/x62303x6/
The bubbleBoundingWidth / bubbleBoundingHeight is from el.offsetWidth / el.offsetHeight and does include the border but the arrow position is set relative to the bubble content (without border).
Line 684 in dist:
Line 694 in dist:
The text was updated successfully, but these errors were encountered: