mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-01 06:36:40 +02:00
272 B
272 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
}
}