Steven Roussey
Steven Roussey
Yeah, having slots would be great.
The problem with a custom node is that you can't just tweak it. You can't use the input or output or inputGroups, as all of that is private inside node-types.tsx
Oh, and maybe a good use for nodeKind (more than a theme now!)
Sounds good!
See https://github.com/clarkmcc/ngraph/pull/35
No, just trying to focus the node. Any other click inside the node will focus it except here
I have a somewhat different use case where groups would be useful. I have a task system that is represented with a DAG. Some of the nodes have sub tasks,...
Hmmm... maybe. The ones inside I don't want movable or editable (neither the node or the edges). I'll play with it and see.
I've tried but I get some weird behaviors. I'm afraid that I might be doing activating something of your own group nodes config code.
Here is where I want to get to: Any ideas would be appreciated. Thanks!