@realsee/dnalogel 3.47.7 → 3.47.8

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/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # CHANGELOG
2
+ ## 3.47.8
3
+ - fix(PanoTagPlugin): 修复 `tag.destory()` 和 `plugin.clearTags()`。
4
+
2
5
  ## 3.47.7
3
6
  - fix(Sculpt): 优化点云中的长度标签的碰撞检测。
4
7
 
@@ -27,5 +27,4 @@ export declare class PointTag<C extends TagContentType = TagContentType> extends
27
27
  }): void;
28
28
  updateUnfoldedByPanoIndex(): void;
29
29
  computeNormal(): THREE.Vector3;
30
- destroy(): void;
31
30
  }