|
|
@ -157,10 +157,11 @@ exports._loadManipulationSystem = function () { |
|
|
|
if (this.manipulationDiv !== undefined) { |
|
|
|
// removes all the bindings and overloads
|
|
|
|
this._createManipulatorBar(); |
|
|
|
|
|
|
|
// remove the manipulation divs
|
|
|
|
this.containerElement.removeChild(this.manipulationDiv); |
|
|
|
this.containerElement.removeChild(this.editModeDiv); |
|
|
|
this.containerElement.removeChild(this.closeDiv); |
|
|
|
this.frame.removeChild(this.manipulationDiv); |
|
|
|
this.frame.removeChild(this.editModeDiv); |
|
|
|
this.frame.removeChild(this.closeDiv); |
|
|
|
|
|
|
|
this.manipulationDiv = undefined; |
|
|
|
this.editModeDiv = undefined; |
|
|
|