Ben Lin
2024-08-07 439e3b0f076280311b7cd4251a95820730242780
src/components/FlowChart/src/AssemblyNode.ts
@@ -53,7 +53,7 @@
class AssemblyNodeModel extends RectNodeModel {
  override setAttributes() {
    const size = this.properties.scale || 1;
    this.width = 100 * size;
    this.width = 110 * size;
    this.height = 80 * size;
  }
  override getTextStyle() {