Skip to content

Commit

Permalink
Updated import of cytoscape for consistent behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv authored and sidharthv96 committed Mar 7, 2023
1 parent f5e7abb commit 1a7b8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/mindmap/mindmapRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { log } from '../../logger';
import { getConfig } from '../../config';
import { setupGraphViewbox } from '../../setupGraphViewbox';
import svgDraw from './svgDraw';
import cytoscape from 'cytoscape/dist/cytoscape.esm.js';
import cytoscape from 'cytoscape/dist/cytoscape.umd.js';
import coseBilkent from 'cytoscape-cose-bilkent';
import * as db from './mindmapDb';

Expand Down

0 comments on commit 1a7b8d3

Please sign in to comment.