Fizzygum icon indicating copy to clipboard operation
Fizzygum copied to clipboard

inspectorMorph doesn't need to destroy and rebuild everything all of the times

Open davidedc opened this issue 12 years ago • 0 comments

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().

davidedc avatar Sep 23 '13 02:09 davidedc