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
When selecting in the element view, if one drags the mouse outside the VegaLite element, the onMouseUp action that saves the selection doesn't fire. This is likely easily solved with an onMouseOut listener firing the same function.
The text was updated successfully, but these errors were encountered:
Backlogged as I'm not currently sure how to fix this- we could track whether the mouse is in the element IF vega bubbled onMouseLeave or onMouseEnter but it doesn't appear to... not high-priority, so can be looked into later.
When selecting in the element view, if one drags the mouse outside the VegaLite element, the onMouseUp action that saves the selection doesn't fire. This is likely easily solved with an
onMouseOut
listener firing the same function.The text was updated successfully, but these errors were encountered: