Quick test to check if calls are happening correctly to resize the diagram.
This commit is contained in:
parent
1b5c3b54cb
commit
475417b9a6
|
@ -440,7 +440,7 @@ export default function ReactDiagramEditor({
|
||||||
'Not zooming the viewport for ',
|
'Not zooming the viewport for ',
|
||||||
(modeler as any).constructor.name,
|
(modeler as any).constructor.name,
|
||||||
modeler,
|
modeler,
|
||||||
modeler.constructor
|
(modeler as any).constructor.constructor
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue