Quick test to check if calls are happening correctly to resize the diagram.

This commit is contained in:
danfunk 2023-07-06 18:30:44 -04:00
parent 1b5c3b54cb
commit 475417b9a6
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ export default function ReactDiagramEditor({
'Not zooming the viewport for ',
(modeler as any).constructor.name,
modeler,
modeler.constructor
(modeler as any).constructor.constructor
);
}