From bc4358f4eb2af57a6bf3d6f03f01f71b962adfad Mon Sep 17 00:00:00 2001
From: LiuHao <liuhaoai545@gmail.com>
Date: 星期一, 18 三月 2024 12:19:52 +0800
Subject: [PATCH] update 流程部署支持多选

---
 src/components/BpmnDesign/assets/module/Palette/CustomPaletteProvider.ts |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/src/components/BpmnDesign/assets/module/Palette/CustomPaletteProvider.ts b/src/components/BpmnDesign/assets/module/Palette/CustomPaletteProvider.ts
index 38f1cea..8556d9b 100644
--- a/src/components/BpmnDesign/assets/module/Palette/CustomPaletteProvider.ts
+++ b/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;

--
Gitblit v1.9.3