Frederik Wagner
Frederik Wagner
Unfortunately, there is no easy way because of [this issue](https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue). I'll have a look at it but as I have very limited time at the moment, it might take a...
Yes this is planned for v2.0. But I am not sure if this library will really work for smartphones, because the screen is just too small to be really usable....
Appreciate the PR! I have a few remarks: - The icon causes the header to grow in height, which in itself is not a problem. However, this leads to the...
Sorry, I don't completely understand what you mean. Do you mean the node type with internal names? And what do you mean by entire node when it comes to saving...
You are right with the select option. Normally, the potential values should not be in the value property. But currently, the only real way to pass values into a node...
@florianleux Yes, this is intentional since there is a lot of meta-data missing when saving a graph to completely restore all the interfaces / options (e. g. interface types, ...)....
Okay that looks interesting. I'm gonna see how easy it is to implement this, but tbh it's not that high on my priority list because it is not a necessary...
Reopening since it is not possible to create connections using only touch inputs at the moment
Sorry, I must have missed this issue. This would indeed be a very nice feature. Unfortunately, most graph layout algorithms don't work well with Baklava since they don't care about...
Wow, thanks for the links @TigerHix. That helps a lot! Not sure when I'll have time to implement it, but that definitely makes things a lot easier.