AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
94 stars 10 forks source link

Use ChildCommand to insert/delete children from the main element for tips/help menu etc. #57

Closed olynch closed 1 year ago

olynch commented 1 year ago

This is not the right way to do it, the right way to do it is to have a "childregistry" which uses a similar strategy to PropMap. This means that there can be "global" references to children, which makes a lot of things easier.