兰宝车间质量管理系统-前端
LiuHao
2024-03-18 bc4358f4eb2af57a6bf3d6f03f01f71b962adfad
src/components/BpmnDesign/assets/module/Palette/CustomPaletteProvider.ts
@@ -22,17 +22,7 @@
  private readonly _translate: any;
  constructor(palette, create, elementFactory, spaceTool, lassoTool, handTool, globalConnect, translate) {
    super(
      palette,
      create,
      elementFactory,
      spaceTool,
      lassoTool,
      handTool,
      globalConnect,
      translate
      // 2000
    );
    super(palette, create, elementFactory, spaceTool, lassoTool, handTool, globalConnect, translate);
    this._palette = palette;
    this._create = create;
    this._elementFactory = elementFactory;