Answered
After cut and paste the object can not be removed
The following scenario gave me an error. What is wrong?
1. create new layer // it becames a current layer
2. draw point (ellipse). // obj ref is `point`
3. cut & paste
4. deselect all
and
point.selected = true;
point.remove();

