@inweb/client 25.3.2 → 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/dist/client.js +3 -2
- package/dist/client.js.map +1 -1
- package/dist/client.min.js +1 -1
- package/dist/client.module.js +3 -2
- package/dist/client.module.js.map +1 -1
- package/package.json +1 -1
- package/src/Viewer/Viewer.ts +1 -0
package/dist/client.js
CHANGED
|
@@ -3925,7 +3925,7 @@
|
|
|
3925
3925
|
.then((data) => ({
|
|
3926
3926
|
...data,
|
|
3927
3927
|
server: data.version,
|
|
3928
|
-
client: "25.3.
|
|
3928
|
+
client: "25.3.3",
|
|
3929
3929
|
}));
|
|
3930
3930
|
}
|
|
3931
3931
|
/**
|
|
@@ -20398,6 +20398,7 @@
|
|
|
20398
20398
|
canvas.style.width = "100%";
|
|
20399
20399
|
canvas.style.height = "100%";
|
|
20400
20400
|
}
|
|
20401
|
+
canvas.parentElement.style.touchAction = "none";
|
|
20401
20402
|
canvas.style.touchAction = "none";
|
|
20402
20403
|
canvas.width = canvas.clientWidth * window.devicePixelRatio;
|
|
20403
20404
|
canvas.height = canvas.clientHeight * window.devicePixelRatio;
|
|
@@ -21518,7 +21519,7 @@
|
|
|
21518
21519
|
commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
|
|
21519
21520
|
|
|
21520
21521
|
///////////////////////////////////////////////////////////////////////////////
|
|
21521
|
-
const version = "25.3.
|
|
21522
|
+
const version = "25.3.3";
|
|
21522
21523
|
|
|
21523
21524
|
exports.Assembly = Assembly;
|
|
21524
21525
|
exports.CANVAS_EVENTS = CANVAS_EVENTS;
|