diff --git a/lightrag_webui/src/components/graph/ZoomControl.tsx b/lightrag_webui/src/components/graph/ZoomControl.tsx index 63e9ea6a..d729db59 100644 --- a/lightrag_webui/src/components/graph/ZoomControl.tsx +++ b/lightrag_webui/src/components/graph/ZoomControl.tsx @@ -77,7 +77,7 @@ const ZoomControl = () => { // Animate to center with calculated ratio sigma.getCamera().animate( { x: 0.5, y: 0.5, ratio }, - { duration: 500 } + { duration: 1000 } ) } catch (error) { console.error('Error resetting zoom:', error)