Parcourir la source

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

tags/1.4.0
Junjie.M il y a 6 mois
Parent
révision
6c9a9d344a
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/app/components/workflow/index.tsx

+ 1
- 1
web/app/components/workflow/index.tsx Voir le fichier

@@ -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}

Chargement…
Annuler
Enregistrer