MC-1730 Repplying rectClass efter merge conflict

This commit is contained in:
Knut Sveidqvist
2024-06-18 11:26:11 +02:00
parent ce7e738843
commit caff6662a0

View File

@@ -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')