Merge remote-tracking branch 'origin/main' into deploy-app-dev
This commit is contained in:
commit
b7627716df
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue