mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
MC-1730 Repplying rectClass efter merge conflict
This commit is contained in:
@@ -55,7 +55,7 @@ export const drawRect = async (parent: SVGAElement, node: Node, options: RectOpt
|
||||
}
|
||||
|
||||
rect
|
||||
.attr('class', 'basic label-container')
|
||||
.attr('class', rectClass)
|
||||
.attr('style', nodeStyles)
|
||||
.attr('rx', rx)
|
||||
.attr('data-id', 'abc')
|
||||
|
Reference in New Issue
Block a user