@preference-sl/pref-viewer 2.11.0-beta.16 → 2.11.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preference-sl/pref-viewer",
3
- "version": "2.11.0-beta.16",
3
+ "version": "2.11.0-beta.17",
4
4
  "description": "Web Component to preview GLTF models with Babylon.js",
5
5
  "author": "Alex Moreno Palacio <amoreno@preference.es>",
6
6
  "scripts": {
@@ -152,6 +152,7 @@ export class CameraData {
152
152
  if (success) {
153
153
  this.update.success = true;
154
154
  this.value = this.update.value;
155
+ this.locked = this.update.locked;
155
156
  } else {
156
157
  this.update.success = false;
157
158
  }