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
I am trying to override the touch detector to disable the brush on touch enabled devices.
when setting up the brush, I get an error that touchable is not a function
looking at the sourcecode doesn't seem to correlate with the information provided in the Readme. Is this a relic of the past or will this be exposed in the future?
The text was updated successfully, but these errors were encountered:
It looks like the touchable logic was implemented internally, but the brush.touchable accessor wasn’t exposed as intended. brush.touchable was intended to be added in d3-brush 1.1.0 (d3 5.10.0).
I am trying to override the touch detector to disable the brush on touch enabled devices.
when setting up the brush, I get an error that
touchable
is not a functionlooking at the sourcecode doesn't seem to correlate with the information provided in the Readme. Is this a relic of the past or will this be exposed in the future?
The text was updated successfully, but these errors were encountered: