Parcourir la source

feat: add pan and zoom support for MiniMap (#13382)

tags/1.0.0
Katy Tao il y a 8 mois
Parent
révision
b3ae6b634f
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      web/app/components/workflow/operator/index.tsx

+ 2
- 0
web/app/components/workflow/operator/index.tsx Voir le fichier

@@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
return (
<>
<MiniMap
pannable
zoomable
style={{
width: 102,
height: 72,

Chargement…
Annuler
Enregistrer