fixed linting issue w/ burnettk

This commit is contained in:
jasquat 2023-07-07 11:18:45 -04:00
parent 90bfc53380
commit c112e65232

View File

@ -425,7 +425,7 @@ export default function ReactDiagramEditor({
} }
const canvas = (modeler as any).get('canvas'); 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 // highlighting a field
// Option 3 at: // Option 3 at: