This commit is contained in:
2025-09-10 06:58:12 +08:00
parent 9b3edf3300
commit e036f24285

View File

@@ -435,6 +435,8 @@
centerDot.style.top = item.top; centerDot.style.top = item.top;
backgroundContainer.appendChild(centerDot); backgroundContainer.appendChild(centerDot);
console.log('[加载] 已恢复中心点:', item); console.log('[加载] 已恢复中心点:', item);
centerDotExists = true; // 添加此行
saveAllElements(); // 添加此行
} }
}); });
} }