@flamingo-stack/openframe-frontend-core 0.0.308 → 0.0.309

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1144,6 +1144,9 @@ function useDocumentTree(config, initialPath) {
1144
1144
  }
1145
1145
  pathToFetch = firstDocPath;
1146
1146
  } else if (node && node.type === "folder" && node.hasReadme) {
1147
+ if (lastFetchedPath.current === selectedPath) {
1148
+ return;
1149
+ }
1147
1150
  pathToFetch = `${selectedPath}/${folderIndexFile}`;
1148
1151
  } else {
1149
1152
  pathToFetch = selectedPath;
@@ -1855,4 +1858,4 @@ export {
1855
1858
  EmbedSkeleton,
1856
1859
  DocsHubPage
1857
1860
  };
1858
- //# sourceMappingURL=chunk-3LVKDW3J.js.map
1861
+ //# sourceMappingURL=chunk-BPPCLTF2.js.map