Browse Source

临时加的lazy load测试

visuddhinanda 2 years ago
parent
commit
5e5af16953
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/article/TocTree.tsx

+ 1 - 0
dashboard/src/components/article/TocTree.tsx

@@ -194,6 +194,7 @@ const TocTreeWidget = ({
         resolve();
         return;
       }
+
       setTimeout(() => {
         setTree((origin) => {
           if (!origin) {