Serializing morphs that are not in the scene graph gives strange errors
owner = this.get('Rectangle').copy() owner.openInWorld().moveBy(pt(0,100)) owner.myEllipse = owner.submorphs[0] owner.myEllipse.remove() copy = owner.copy() copy.openInWorld().moveBy(pt(0,100)) copy.addMorph(copy.myEllipse) copy.remove(); owner.remove()
some text
Not fixed yet Hmm, I currently have some problems to reproduce the issue...
some text