Update web assets

This commit is contained in:
yangdx
2025-03-19 13:52:38 +08:00
parent 61734313b2
commit ffaa3493bd
7 changed files with 94 additions and 94 deletions

View File

@@ -188,7 +188,7 @@ const useLightrangeGraph = () => {
const isFetching = useGraphStore.use.isFetching()
const nodeToExpand = useGraphStore.use.nodeToExpand()
const nodeToPrune = useGraphStore.use.nodeToPrune()
// Track previous parameters to detect actual changes
const prevParamsRef = useRef({ queryLabel, maxQueryDepth, minDegree })