@realsee/dnalogel 3.47.12 → 3.47.14

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,11 @@
1
1
  # CHANGELOG
2
+ ## 3.47.14
3
+ - fix(Sculpt): 修复移动多边形时,距离/面积dom没有跟随移动的问题。
4
+ - fix(Sculpt): 修复清空时,面积没有被删除的问题。
5
+
6
+ ## 3.47.13
7
+ - fix(Sculpt): 修复多次绘制对角线矩形时,距离显示的问题。
8
+
2
9
  ## 3.47.12
3
10
  - feat(Sculpt): 支持展示面积。
4
11
 
@@ -32,7 +32,7 @@ export default class PolygonMesh extends ColoredMesh<THREE.BufferGeometry> {
32
32
  private _geometryInfo;
33
33
  private opacityBeforeHighlight;
34
34
  private highlighted;
35
- private lastRenderLengthItem;
35
+ private lastRenderAreaItem;
36
36
  private areaDom?;
37
37
  constructor(params?: Partial<PolygonStyle & PolygonData>);
38
38
  updateMatrixWorld(force?: boolean): void;