Fizzygum
Fizzygum copied to clipboard
inspectorMorph doesn't need to destroy and rebuild everything all of the times
the problem with
buildAndConnectChildren: (@contents, @scrollBarSize, @sliderColor) -> @destroyAll() @children = []
is that you also kill wathever you attached afterwards such as handles… You need something like replaceChild().