mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
5237 Adjust classDef and note position data
This commit is contained in:
parent
01297fa042
commit
d9d4a677ab
@ -216,7 +216,7 @@ function getClassesFromDbInfo(dbInfoItem) {
|
|||||||
}
|
}
|
||||||
//add comma for all other classes
|
//add comma for all other classes
|
||||||
else {
|
else {
|
||||||
classStr += dbInfoItem.classes[i] + ',';
|
classStr += dbInfoItem.classes[i] + ' ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return classStr;
|
return classStr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user