bluefishjs / bluefish-archive

A SolidJS diagramming framework
https://bluefishjs.org
MIT License
75 stars 4 forks source link

fix: #50 #52

Closed joshpoll closed 10 months ago

joshpoll commented 10 months ago

Delete layout nodes when they are unmounted. Moves more layout code into scenegraph.ts from layout.tsx to keep logic about node lifetimes separate from layout logic. Various small fixes.