Ben Lin
2024-11-06 ec49b0a17e4b9e21bf87b02ead010c38336f40ee
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() {