Skip to content

Commit

Permalink
Rename downDelta -> dragDelta, shiftDownDelta -> shiftDragDelta, see p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Aug 8, 2022
1 parent 1770e52 commit 668f5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/proportional/view/ProportionalDragHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ class ProportionalDragHandle extends Node {
keyboardListener.dispose();
}
keyboardListener = new KeyboardDragListener( {
downDelta: modelViewTransform.modelToViewDeltaX( area.snapSize ),
shiftDownDelta: modelViewTransform.modelToViewDeltaX( area.snapSize ),
dragDelta: modelViewTransform.modelToViewDeltaX( area.snapSize ),
shiftDragDelta: modelViewTransform.modelToViewDeltaX( area.snapSize ),
transform: modelViewTransform,
drag: delta => {
let width = activeTotalProperties.horizontal.value;
Expand Down

0 comments on commit 668f5d6

Please sign in to comment.