Mike Botsko
Mike Botsko
Moving https://github.com/helion3/inspire-tree/issues/189
The DOM's drag/drop events don't listen for event cancel. I can look into adding support for that but I'll need to rethink the arguments a little.
I can't think of any easy way to handle this as-is. The drop has already finished internally by the time you get the event. The best solution I can think...
Right now it's done entirely via CSS, there are no events in the js. I'm not sure there's a solution that doesn't involve JS but I would prefer to toy...
Can you provide a reproduction repo/codepen? I didn't encounter any issues when I tested so it sounds like there are specific steps needed.
Should be updated now.
Sorry I've been effectively without internet for a week now and likely will be for several days so I haven't had a chance to look. It sounds like it's an...
I think this just boils down to inferno not correctly handling state changes after the dom has changed via the native drag and drop API. This only happens with `editable=true`...
Yes, the core repo is meant to be a pure API primarily for users wanting to do custom view layers. My first thought would be to allow users to use...
I was under the impression the nesting syntax without the `&` (for example `.parent { .child {...} }` was invalid because vscode syntax highlighting breaks, and makes the child selector...