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'm using Lit and while your delightful library works well with regular pointer events, touch events fail because of the use of custom attributes which are not cloned using cloneNode.
Besides creating a Lit-specific version, perhaps you can make the clone function configurable? For now I'm rolling my own drag-and-drop, but I'd love to support your project.
The text was updated successfully, but these errors were encountered:
I'm using Lit and while your delightful library works well with regular pointer events, touch events fail because of the use of custom attributes which are not cloned using
cloneNode
.Besides creating a Lit-specific version, perhaps you can make the clone function configurable? For now I'm rolling my own drag-and-drop, but I'd love to support your project.
The text was updated successfully, but these errors were encountered: