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
Hi, when connecting any dot, the follwoing error is raised in console (at least in Chrome): Unable to preventDefault inside passive event listener due to target being treated as passive.
This can be fixed by simply adding the following code into you CSS.
svg {
touch-action: none;
}
P.S. I'm using v1.0.1
Thanks for the plugin :-)
The text was updated successfully, but these errors were encountered:
Hi, when connecting any dot, the follwoing error is raised in console (at least in Chrome):
Unable to preventDefault inside passive event listener due to target being treated as passive.
This can be fixed by simply adding the following code into you CSS.
P.S. I'm using v1.0.1
Thanks for the plugin :-)
The text was updated successfully, but these errors were encountered: