mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
#1295 Lint fix
This commit is contained in:
@@ -7,7 +7,7 @@ import { logger } from '../logger';
|
||||
|
||||
let clusterDb = {};
|
||||
|
||||
const getAnchorId = (id, graph, nodes) => {
|
||||
const getAnchorId = id => {
|
||||
// Only insert an achor once
|
||||
if (clusterDb[id]) {
|
||||
// if (!clusterDb[id].inserted) {
|
||||
|
Reference in New Issue
Block a user