From e036f242851be55244fcd0193502bcdd47876f30 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Wed, 10 Sep 2025 06:58:12 +0800 Subject: [PATCH] 'commit' --- dsLightRag/XingJun/move.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index 860983f6..71647ff8 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -435,6 +435,8 @@ centerDot.style.top = item.top; backgroundContainer.appendChild(centerDot); console.log('[加载] 已恢复中心点:', item); + centerDotExists = true; // 添加此行 + saveAllElements(); // 添加此行 } }); }