Improvements

This commit is contained in:
Alexey Meshkov
2023-02-06 23:45:24 +01:00
committed by Braks
parent b41190a43e
commit a7b2898f14
3 changed files with 22 additions and 12 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ export default {
:node-id="nodeId"
:position="c"
:variant="ResizeControlVariant.Line"
:aspect-ratio="aspectRatio"
:keep-aspect-ratio="keepAspectRatio"
:color="color"
:min-width="minWidth"
:min-height="minHeight"
@@ -56,7 +56,7 @@ export default {
:min-width="minWidth"
:min-height="minHeight"
:should-resize="shouldResize"
:aspect-ratio="aspectRatio"
:keep-aspect-ratio="keepAspectRatio"
@resize-start="emits('resizeStart', $event)"
@resize="emits('resize', $event)"
@resize-end="emits('resizeEnd', $event)"