mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-05-01 17:50:44 +08:00
feat: disable dragging
This commit is contained in:
@@ -264,6 +264,7 @@ export function MultiAgentVisualization() {
|
|||||||
panOnScroll={false}
|
panOnScroll={false}
|
||||||
zoomOnScroll={false}
|
zoomOnScroll={false}
|
||||||
preventScrolling={false}
|
preventScrolling={false}
|
||||||
|
panOnDrag={false}
|
||||||
>
|
>
|
||||||
<Background
|
<Background
|
||||||
className="[mask-image:radial-gradient(800px_circle_at_center,white,transparent)]"
|
className="[mask-image:radial-gradient(800px_circle_at_center,white,transparent)]"
|
||||||
|
|||||||
Reference in New Issue
Block a user