diff --git a/components/DeepResearch/SearchFlow.vue b/components/DeepResearch/SearchFlow.vue index a5573f9..efea89e 100644 --- a/components/DeepResearch/SearchFlow.vue +++ b/components/DeepResearch/SearchFlow.vue @@ -93,6 +93,7 @@ nodes.value = [defaultRootNode()] edges.value = [] layoutGraph() + hasUserInteraction = false } function handleDrag(e: PointerEvent | FlowEvents['move']) {