mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +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
}
}