Fix for issues in errorhandling and class diagrams after refactoring

This commit is contained in:
Knut Sveidqvist
2022-09-16 14:05:15 +02:00
parent 2d9f25b163
commit 9c88c785cb
7 changed files with 29 additions and 14 deletions

View File

@@ -119,7 +119,7 @@ const dependency = (elem, type) => {
.append('path')
.attr('d', 'M 18,7 L9,13 L14,7 L9,1 Z');
};
const lollipop = (elem, type, id) => {
const lollipop = (elem, type) => {
elem
.append('defs')
.append('marker')