mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-06 04:24:10 +01:00
273 B
273 B
@mermaid
| @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
}
}