Browse Source

fix: mouse scrolling zooming can not function anymore (#19160)

tags/1.4.0
Junjie.M 6 months ago
parent
commit
6c9a9d344a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/workflow/index.tsx

+ 1
- 1
web/app/components/workflow/index.tsx View File

@@ -316,7 +316,7 @@ export const Workflow: FC<WorkflowProps> = memo(({
nodesConnectable={!nodesReadOnly}
nodesFocusable={!nodesReadOnly}
edgesFocusable={!nodesReadOnly}
panOnScroll
panOnScroll={false}
panOnDrag={controlMode === ControlMode.Hand && !workflowReadOnly}
zoomOnPinch={!workflowReadOnly}
zoomOnScroll={!workflowReadOnly}

Loading…
Cancel
Save