UPDATE: VERSION-20260327

This commit is contained in:
libertyspy
2026-03-27 14:02:18 +08:00
parent d1f720f691
commit 2838938cfa

View File

@@ -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);