From 2838938cfa71b0cac157013924735bd120cfd099 Mon Sep 17 00:00:00 2001 From: libertyspy Date: Fri, 27 Mar 2026 14:02:18 +0800 Subject: [PATCH] UPDATE: VERSION-20260327 --- modeler/src/views/decision/graph/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modeler/src/views/decision/graph/hooks.ts b/modeler/src/views/decision/graph/hooks.ts index 41377fd..721725f 100644 --- a/modeler/src/views/decision/graph/hooks.ts +++ b/modeler/src/views/decision/graph/hooks.ts @@ -45,7 +45,7 @@ export const useGraphCanvas = (readonly: boolean = false): UseGraphCanvas => { const clearGraph = ()=> { if (graph.value) { try { - graph.value.off(); + // graph.value.off(); graph.value.clearCells(); } catch (e) { console.error('清空画布失败:', e);