update: add scale prop to draggable
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -64,6 +64,7 @@ export default {
|
|||||||
<Draggable
|
<Draggable
|
||||||
:grid="store.snapToGrid ? store.snapGrid : undefined"
|
:grid="store.snapToGrid ? store.snapGrid : undefined"
|
||||||
:enable-user-select-hack="false"
|
:enable-user-select-hack="false"
|
||||||
|
:scale="store.transform[2]"
|
||||||
@start="onStart"
|
@start="onStart"
|
||||||
@move="onDrag"
|
@move="onDrag"
|
||||||
@stop="onStop"
|
@stop="onStop"
|
||||||
|
|||||||
Reference in New Issue
Block a user