|
|
@ -74,11 +74,7 @@ class ManipulationSystem { |
|
|
|
} |
|
|
|
else { |
|
|
|
this.options.enabled = true; |
|
|
|
for (let prop in options) { |
|
|
|
if (options.hasOwnProperty(prop)) { |
|
|
|
this.options[prop] = options[prop]; |
|
|
|
} |
|
|
|
} |
|
|
|
util.deepExtend(this.options, options); |
|
|
|
} |
|
|
|
if (this.options.initiallyVisible === true) { |
|
|
|
this.editMode = true; |
|
|
|