This commit is contained in:
Knut Sveidqvist 2020-04-02 19:50:21 +02:00
parent cff68fc062
commit 857c860952
1 changed files with 1 additions and 1 deletions

View File

@ -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) {