mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
273 B
273 B
@mermaid |
---|
patch |
Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace. Forexample
classDiagram
namespace Company.Project.Module {
class GenericClass~T~ {
+addItem(item: T)
+getItem() T
}
}