Toni
Toni
@D1no, thanks for the great explanation of the issue! You got it correct. `CMD` + `Z` currently only works within a context between two query runs. Your suggestions totally make...
> @tonilastre is this fixed, can we close the issue? No, it isn't. `CMD` + `Z` works within a single query context meaning once you close Query Execution and open...
Hey @D1no - have you switched to some other graph database vendor? Btw regarding your bug report, it has been fixed and released, so we can close this issue. Now,...
Great question, unfortunately, you can't disable zoom/pan/drag now. The only thing you can disable it the click/hover events on nodes/edges with: ```typescript const orb = new Orb.Orb(container, { strategy: {...
Thanks! :D You are 100% right, it is a great suggestion!
If you are checking the Orb from `release/1.0.0` branch it can be done using the CLICK events and `node.state` + `node.clearState`. The same can be done for the default hover....
I totally agree about providing greater customization based on specific use cases. I think the `selectClickedOnly` would just add a bit to the default strategy, but it wouldn't solve the...
Hey @eacaps, thanks for checking out the lib! Regarding the worker, I agree, it definitely adds a bit of confusion upon configuration. So, in order for it to work, your...
Aha, I get it now. I thought it is a general `vite` issue, I missed the dev mode part. I am just curious, what actually breaks, or which error is...
> @tonilastre does this cover all the use cases you're interested in? > I know you were talking about having multiple LDAP modules. Could all those also be defined in...