@inweb/client 25.3.0 → 25.3.3

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/client",
3
- "version": "25.3.0",
3
+ "version": "25.3.3",
4
4
  "description": "Client.js is a library for implementing BIM Project management applications.",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -216,6 +216,7 @@ export class Viewer extends EventEmitter2<ViewerEventMap & OptionsEventMap> impl
216
216
  canvas.style.width = "100%";
217
217
  canvas.style.height = "100%";
218
218
  }
219
+ canvas.parentElement.style.touchAction = "none";
219
220
  canvas.style.touchAction = "none";
220
221
 
221
222
  canvas.width = canvas.clientWidth * window.devicePixelRatio;