@shapediver/viewer.shared.services
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -231,3 +231,2 @@ "use strict"; | ||
if (event.composedPath().includes(this._canvas.parentElement)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -240,3 +239,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchUp(event)); | ||
if (event.composedPath().includes(this._canvas.parentElement)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -249,3 +247,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchCancel(event)); | ||
if (event.composedPath().includes(this._canvas.parentElement)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -257,3 +254,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchMove(event)); | ||
if (event.composedPath().includes(this._canvas.parentElement)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -260,0 +256,0 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchStart(event)); |
{ | ||
"name": "@shapediver/viewer.shared.services", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "", | ||
@@ -47,3 +47,3 @@ "keywords": [], | ||
"@shapediver/viewer.settings": "0.1.36", | ||
"@shapediver/viewer.shared.build-data": "2.3.3", | ||
"@shapediver/viewer.shared.build-data": "2.3.4", | ||
"@types/dompurify": "^2.3.1", | ||
@@ -59,3 +59,3 @@ "@types/ua-parser-js": "^0.7.36", | ||
}, | ||
"gitHead": "6738ea238f93ed19f7e74de6ac9780e4e61c4f75" | ||
"gitHead": "d0b4323fb80afeb0dc5dcfbb0944193b45f9e5e9" | ||
} |
@@ -286,3 +286,2 @@ import { container } from 'tsyringe' | ||
if (event.composedPath().includes(this._canvas.parentElement!)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -296,3 +295,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchUp(event)); | ||
if (event.composedPath().includes(this._canvas.parentElement!)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -306,3 +304,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchCancel(event)); | ||
if (event.composedPath().includes(this._canvas.parentElement!)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -315,3 +312,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchMove(event)) | ||
if (event.composedPath().includes(this._canvas.parentElement!)) { | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -318,0 +314,0 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchStart(event)); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
305462
4692
+ Added@shapediver/viewer.shared.build-data@2.3.4(transitive)
- Removed@shapediver/viewer.shared.build-data@2.3.3(transitive)