Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchEvent does not work for nodes with custom attributes #102

Open
graphographer opened this issue Sep 26, 2024 · 0 comments
Open

TouchEvent does not work for nodes with custom attributes #102

graphographer opened this issue Sep 26, 2024 · 0 comments

Comments

@graphographer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant