drag event not working?
Im facing a weird issue, which i have no idea why its happening.
Here the issue, the MinimalDraggable is not working, even tho its identical to manual script demo.
What is going on here??
4 Replies
try
it worked, still weird, a standalone prop by itself shoud mean true
GitHub
Boolean attributes · Issue #1101 · solidjs/solid
Questions: How should JSX attributes foo and foo={true} behave for an HTML element, as in <div foo> or <div foo={true}>? Should the behavior differ for components and/or spreads? Curren...
ah, thanks, at least there is a source explaning what is going on