3dviewer-sdk 1.0.27 → 1.0.28
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/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -985,7 +985,6 @@ var ModelTreeModule = class {
|
|
|
985
985
|
selectNodes(nodeIds) {
|
|
986
986
|
const normalizedNodeIds = this.normalizeNodeIds(nodeIds);
|
|
987
987
|
console.log("[3dviewer-sdk] modelTree.selectNodes", { nodeIds, normalizedNodeIds });
|
|
988
|
-
if (normalizedNodeIds.length === 0) return;
|
|
989
988
|
this.postTreeSelectNode({
|
|
990
989
|
nodeIds: normalizedNodeIds
|
|
991
990
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -959,7 +959,6 @@ var ModelTreeModule = class {
|
|
|
959
959
|
selectNodes(nodeIds) {
|
|
960
960
|
const normalizedNodeIds = this.normalizeNodeIds(nodeIds);
|
|
961
961
|
console.log("[3dviewer-sdk] modelTree.selectNodes", { nodeIds, normalizedNodeIds });
|
|
962
|
-
if (normalizedNodeIds.length === 0) return;
|
|
963
962
|
this.postTreeSelectNode({
|
|
964
963
|
nodeIds: normalizedNodeIds
|
|
965
964
|
});
|