fix(node-resizer): Use correct class name and style for handle controls (#1010)

This commit is contained in:
Jonas Tamimi
2023-07-10 19:20:26 +02:00
committed by Braks
parent e21ae682be
commit 61f8a68b84
+2 -2
View File
@@ -52,8 +52,8 @@ export default {
<ResizeControl <ResizeControl
v-for="c of handleControls" v-for="c of handleControls"
:key="c" :key="c"
:class="lineClassName" :class="handleClassName"
:style="lineStyle" :style="handleStyle"
:node-id="nodeId" :node-id="nodeId"
:position="c" :position="c"
:color="color" :color="color"