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
Currently the only way to prevent user dragging of a visual from vue-visual is to use a deep selector. I believe it'd be cleaner to add a prop like prevent-dragging or draggable='false' to vue-visual to add it to the html structure of the visual rather than rely on CSS.
The text was updated successfully, but these errors were encountered:
Cool, yeah, if you wanna make a PR for this I'd accept it. I like no-drag (which is what vue-ssr-carousel uses) or prevent-dragging for the prop name because I prefer boolean props that default to false. Also, I think you can just do user-drag none and autoprefixer will automatically add vendor prefixes.
Currently the only way to prevent user dragging of a visual from vue-visual is to use a deep selector. I believe it'd be cleaner to add a prop like
prevent-dragging
ordraggable='false'
to vue-visual to add it to the html structure of the visual rather than rely on CSS.The text was updated successfully, but these errors were encountered: