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