mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-08 08:39:38 +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
|
rect
|
||||||
.attr('class', 'basic label-container')
|
.attr('class', rectClass)
|
||||||
.attr('style', nodeStyles)
|
.attr('style', nodeStyles)
|
||||||
.attr('rx', rx)
|
.attr('rx', rx)
|
||||||
.attr('data-id', 'abc')
|
.attr('data-id', 'abc')
|
||||||
|
Reference in New Issue
Block a user