update: add scale prop to draggable

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-23 16:56:16 +01:00
parent dbe82a718a
commit c0f7e5c9e9

View File

@@ -64,6 +64,7 @@ export default {
<Draggable
:grid="store.snapToGrid ? store.snapGrid : undefined"
:enable-user-select-hack="false"
:scale="store.transform[2]"
@start="onStart"
@move="onDrag"
@stop="onStop"