-
Per the recommendation of adding a web-sys dependency with the requested features, I added |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Mar 2, 2024
Replies: 1 comment 1 reply
-
It looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattoni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
.data_transfer
requires theDragEvent
andDataTransfer
features.leptos_dom
already enablesDragEvent
, you are just missingDataTransfer
.