fix: 移除残留 pollingRef 引用

This commit is contained in:
zwt13703 2026-07-06 21:32:13 +08:00
parent 5f87f695fe
commit 786419419f
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ export default function TemplateEditor() {
useEffect(() => {
loadData();
return () => {
if (pollingRef.current) clearInterval(pollingRef.current);
};
}, [loadData]);
const handleSave = async () => {