Merge remote-tracking branch 'origin/main' into deploy-app-dev

This commit is contained in:
jasquat 2023-07-07 11:18:52 -04:00
commit 95d14eae00
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ export default function ReactDiagramEditor({
}
const canvas = (modeler as any).get('canvas');
canvas.zoom(FitViewport, 'auto'); // Concerned this might bug out somehow.
canvas.zoom(FitViewport, 'auto'); // Concerned this might bug out somehow.
// highlighting a field
// Option 3 at: