mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-08 00:29:39 +02:00
fix fixed layout
This commit is contained in:
@@ -241,7 +241,7 @@ const doRender = async (_elem, data4Layout, siteConfig, positions) => {
|
||||
* Render the graph
|
||||
* ###############################################################
|
||||
*/
|
||||
export const render = async (data4Layout, svg, positions) => {
|
||||
export const render = async (data4Layout, svg, _internalHelpers, _algorithm, positions) => {
|
||||
const element = svg.select('g');
|
||||
// Org
|
||||
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);
|
||||
|
Reference in New Issue
Block a user