This commit is contained in:
Daniel Bartholomae
2022-09-03 20:36:14 +02:00
committed by GitHub
parent 3b571fc9b3
commit b79eaae002

View File

@@ -171,7 +171,7 @@ const render = function (
.append('g');
} else {
// No container was provided
// If there is an existsing element with the id, we remove it
// If there is an existing element with the id, we remove it
// this likely a previously rendered diagram
const existingSvg = document.getElementById(id);
if (existingSvg) {