scrollwheel resize with alt key
This commit is contained in:
parent
5849d5dce0
commit
fd29b4ad2f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
:id="o.name"
|
||||
:style="{ transform: `translateX(${o === draggedObject ? draggingDelta : 0}px)` }"
|
||||
@pointerdown.left="startDragging($event, o)"
|
||||
@wheel="resizeObject"
|
||||
@wheel.alt="resizeObject"
|
||||
@dragenter.prevent.stop="onDragEnter"
|
||||
>
|
||||
<g class="rings" v-for="i in o.rings">
|
||||
|
|
Loading…
Add table
Reference in a new issue