@xtctwins/tctwins-bimx-viewer 0.1.21 → 0.1.22

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.
@@ -74160,7 +74160,7 @@ class AnnotationTool extends _Controller__WEBPACK_IMPORTED_MODULE_1__["default"]
74160
74160
  id,
74161
74161
  worldPos,
74162
74162
  occludable: true,
74163
- markerShown: this.getActive(),
74163
+ markerShown: true,
74164
74164
  labelShown: false,
74165
74165
  values: {
74166
74166
  id,
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- export const VERSION = "0.1.20";
2
+ export const VERSION = "0.1.22";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- export const VERSION = "0.1.20";
2
+ export const VERSION = "0.1.22";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtctwins/tctwins-bimx-viewer",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "private": false,
5
5
  "description": "BIM viewer built on xtctwins",
6
6
  "main": "./dist/tctwins-bimx-viewer.min.es.js",