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
After updating to 8.1.10 our tooltip logic appears to no longer function. We use a similar method to the tooltip example from the docs. Previously we could detect the mouse leaving a point by checking if the picking info .object property is defined. After updating it appears that this is no longer the case as onHover isn't called with an empty object.
I've used the example code from the link above and it also appears to no longer function correctly.
Downgrading to 8.1.9 fixes the issue, so it may be related to #4685?
Description
After updating to 8.1.10 our tooltip logic appears to no longer function. We use a similar method to the tooltip example from the docs. Previously we could detect the mouse leaving a point by checking if the picking info
.object
property is defined. After updating it appears that this is no longer the case asonHover
isn't called with an empty object.I've used the example code from the link above and it also appears to no longer function correctly.
Downgrading to 8.1.9 fixes the issue, so it may be related to #4685?
Repro Steps
left
is never logged.My output on v8.1.9
My output on v8.1.10
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: