fix(node-resizer): Use correct class name and style for handle controls (#1010)
This commit is contained in:
@@ -52,8 +52,8 @@ export default {
|
||||
<ResizeControl
|
||||
v-for="c of handleControls"
|
||||
:key="c"
|
||||
:class="lineClassName"
|
||||
:style="lineStyle"
|
||||
:class="handleClassName"
|
||||
:style="handleStyle"
|
||||
:node-id="nodeId"
|
||||
:position="c"
|
||||
:color="color"
|
||||
|
||||
Reference in New Issue
Block a user