Lukas Bach

Results 118 comments of Lukas Bach
trafficstars

Can you elaborate on what you suggest as a feature? react-complex-tree already allows customizing the render logic of tree items, you can just register your own context menu handlers there....

As mentioned, you can customize the render logic and add custom logic to your rendered elements like context menus from there. If you want changes to the tree structure to...

Hey! That is an odd error, `createContext` is a React global. It's also odd that the path where the error happens is the typescript source file, you should not import...

Haooy to hear! So has the issue been closed, and I can close this ticket?

Hi, thank you very much for your contribution. The tests currently fail on this branch, one of the reasons being that the `layoutUtils.ts` file is mocked away, but that can...

Hi @neo896! I guess your problem consists of two parts, figuring out when the user starts dragging, and figuring out what is being dragged. The drop event and whatever comes...

Thanks for noticing, the the PR. The issue with `^` is that it also just limits it to the specific major version, which isn't necessarily required in each case, for...

Can verify that this got worse in 11.x. The graph : with this code ``` stateDiagram-v2 [*] --> s1 s1 --> [*] s1 --> s2 s2 --> s3 s2 -->...

The reason why I built the search how I did, is mostly motivated by how tree searches work in some IDEs like IntelliJ: ![rct-search-motivation](https://github.com/lukasbach/react-complex-tree/assets/4140121/5668a3e3-9f3e-48cc-bf00-f70e20f4d14f) They fulfill the accessibility requirement that,...

Hey, thanks for your report. I tried your sandbox link, but it looks like there is something wrong with the JS import, the main JS file doesn't run at all....