mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
#MC-2558 Handling animations for look neo
This commit is contained in:
@@ -781,13 +781,7 @@ export const render = async (
|
||||
const elk = new ELK();
|
||||
const element = svg.select('g');
|
||||
// Add the arrowheads to the svg
|
||||
insertMarkers(
|
||||
element,
|
||||
data4Layout.markers,
|
||||
data4Layout.type,
|
||||
data4Layout.diagramId,
|
||||
data4Layout.config
|
||||
);
|
||||
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);
|
||||
|
||||
// Setup the graph with the layout options and the data for the layout
|
||||
let elkGraph: any = {
|
||||
|
Reference in New Issue
Block a user