mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 20:29:40 +02:00
refactored code
This commit is contained in:
@@ -159,9 +159,6 @@ export const addVertex = function (
|
||||
if (doc?.img) {
|
||||
vertex.img = doc?.img;
|
||||
}
|
||||
if (doc?.pos) {
|
||||
vertex.pos = doc?.pos;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user