@inweb/viewer-visualize 25.3.20 → 25.3.21

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": "@inweb/viewer-visualize",
3
- "version": "25.3.20",
3
+ "version": "25.3.21",
4
4
  "description": "3D CAD and BIM data Viewer powered by Visualize",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -140,7 +140,7 @@ export class Viewer extends EventEmitter2<ViewerEventMap & OptionsEventMap> impl
140
140
  this.registerDragger(key, value);
141
141
  });
142
142
 
143
- this.canvasEvents = CANVAS_EVENTS;
143
+ this.canvasEvents = CANVAS_EVENTS.slice();
144
144
  this.canvaseventlistener = (event: Event) => this.emit(event);
145
145
 
146
146
  this._enableAutoUpdate = params.enableAutoUpdate ?? true;